diff options
Diffstat (limited to 'roms/u-boot/board/atmel/common/Makefile')
-rw-r--r-- | roms/u-boot/board/atmel/common/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/atmel/common/Makefile b/roms/u-boot/board/atmel/common/Makefile new file mode 100644 index 000000000..6bc8cabb8 --- /dev/null +++ b/roms/u-boot/board/atmel/common/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2017 Microchip +# Wenyou Yang <wenyou.yang@microchip.com> + +obj-y += board.o +obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o +obj-$(CONFIG_SPI_FLASH_SFDP_SUPPORT) += mac-spi-nor.o +obj-$(CONFIG_DM_VIDEO) += video_display.o |