aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/post/cpu/ppc4xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/post/cpu/ppc4xx/Makefile')
-rw-r--r--roms/u-boot/post/cpu/ppc4xx/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/post/cpu/ppc4xx/Makefile b/roms/u-boot/post/cpu/ppc4xx/Makefile
new file mode 100644
index 00000000..e9ec286c
--- /dev/null
+++ b/roms/u-boot/post/cpu/ppc4xx/Makefile
@@ -0,0 +1,16 @@
+#
+# (C) Copyright 2002-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += cache_4xx.o
+obj-y += cache.o
+obj-y += denali_ecc.o
+obj-y += ether.o
+obj-y += fpu.o
+obj-y += ocm.o
+obj-y += spr.o
+obj-y += uart.o
+obj-y += watchdog.o