diff options
Diffstat (limited to 'board/atmel')
-rw-r--r-- | board/atmel/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/atmel/common/Makefile b/board/atmel/common/Makefile index 8a6850bc198..f68dd74953e 100644 --- a/board/atmel/common/Makefile +++ b/board/atmel/common/Makefile @@ -6,7 +6,5 @@ # obj-y += board.o -ifndef CONFIG_SPL_BUILD obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o obj-$(CONFIG_DM_VIDEO) += video_display.o -endif |