summaryrefslogtreecommitdiff
path: root/post/cpu/ppc4xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'post/cpu/ppc4xx/Makefile')
-rw-r--r--post/cpu/ppc4xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile
index 8e8ab5057..f1034dac2 100644
--- a/post/cpu/ppc4xx/Makefile
+++ b/post/cpu/ppc4xx/Makefile
@@ -23,6 +23,7 @@
LIB = libpostppc4xx.a
-COBJS = fpu.o spr.o uart.o watchdog.o
+AOBJS = cache_4xx.o
+COBJS = cache.o ether.o fpu.o spr.o uart.o watchdog.o
include $(TOPDIR)/post/rules.mk