diff options
| author | Wenyou Yang <[email protected]> | 2017-09-13 14:58:46 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-14 16:02:43 -0400 |
| commit | d330e04d9d427a26381b59f40875af17f4c288a2 (patch) | |
| tree | 4d02a32a6508bab84a1c7d4dbdbe4697e5804406 /lib/Makefile | |
| parent | 56246d1e87050bf22198e95c4526331a94c8a520 (diff) | |
lib: at91: Add logo files used via API of DM_VIDEO
In order to display the company's logo via the API of DM_VIDEO,
and add the logo files of both Atmel and Microchip.
Signed-off-by: Wenyou Yang <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 15bba9eac24..faf4538fb5f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_TIZEN) += tizen/ obj-$(CONFIG_FIT) += libfdt/ obj-$(CONFIG_OF_LIVE) += of_live.o obj-$(CONFIG_CMD_DHRYSTONE) += dhry/ +obj-$(CONFIG_ARCH_AT91) += at91/ obj-$(CONFIG_AES) += aes.o obj-y += charset.o |
