summaryrefslogtreecommitdiff
path: root/board/phytium/pomelo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytium/pomelo/Makefile')
-rw-r--r--board/phytium/pomelo/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/phytium/pomelo/Makefile b/board/phytium/pomelo/Makefile
new file mode 100644
index 0000000000..b9cb3609bd
--- /dev/null
+++ b/board/phytium/pomelo/Makefile
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (C) 2021
+# lixinde <lixinde@phytium.com.cn>
+# weichangzheng <weichangzheng@phytium.com.cn>
+#
+
+obj-y += pomelo.o
+obj-y += pll.o
+obj-y += pcie.o
+obj-y += ddr.o
+obj-y += sec.o
+
+