]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/cpu/ppc4xx/Makefile
Merged POST framework with the current TOT.
[karo-tx-uboot.git] / post / cpu / ppc4xx / Makefile
index 8e8ab50577ab11ae3036c3159dd33a411b311376..f1034dac249c12dbda31341816a4d1fb7704ba87 100644 (file)
@@ -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