summaryrefslogtreecommitdiff
path: root/board/atmel/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/common/Makefile')
-rw-r--r--board/atmel/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/common/Makefile b/board/atmel/common/Makefile
index 6d9c685..8a6850b 100644
--- a/board/atmel/common/Makefile
+++ b/board/atmel/common/Makefile
@@ -8,4 +8,5 @@
obj-y += board.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
+obj-$(CONFIG_DM_VIDEO) += video_display.o
endif