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/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/atmel/common/Makefile b/board/atmel/common/Makefile
new file mode 100644
index 0000000..6d9c685
--- /dev/null
+++ b/board/atmel/common/Makefile
@@ -0,0 +1,11 @@
+#
+# Copyright (C) 2017 Microchip
+# Wenyou Yang <wenyou.yang@microchip.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += board.o
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
+endif