diff options
author | Wenyou Yang | 2017-09-13 14:58:46 +0800 |
---|---|---|
committer | Tom Rini | 2017-09-14 16:02:43 -0400 |
commit | d330e04d9d427a26381b59f40875af17f4c288a2 (patch) | |
tree | 4d02a32a6508bab84a1c7d4dbdbe4697e5804406 /lib/at91/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 <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/at91/Makefile')
-rw-r--r-- | lib/at91/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/at91/Makefile b/lib/at91/Makefile new file mode 100644 index 00000000000..5a188753824 --- /dev/null +++ b/lib/at91/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2017 Microchip +# Wenyou.Yang <wenyou.yang@microchip.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_ARCH_AT91) += at91.o |