summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/arch/mips/adm5120/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120/files/arch/mips/adm5120/Makefile')
-rw-r--r--target/linux/adm5120/files/arch/mips/adm5120/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/adm5120/files/arch/mips/adm5120/Makefile b/target/linux/adm5120/files/arch/mips/adm5120/Makefile
new file mode 100644
index 000000000..bb0a7c8b0
--- /dev/null
+++ b/target/linux/adm5120/files/arch/mips/adm5120/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
+#
+
+obj-y := setup.o prom.o irq.o memory.o adm5120_info.o
+obj-y += board.o
+obj-y += clock.o
+obj-y += gpio.o
+obj-y += platform.o
+obj-y += reset.o
+obj-y += time.o
+
+obj-y += trxsplit.o
+
+EXTRA_AFLAGS := $(CFLAGS)