summaryrefslogtreecommitdiffstats
path: root/post/cpu/ppc4xx/Makefile
diff options
context:
space:
mode:
authorSergei Poselenov <sposelenov@emcraft.com>2007-07-05 08:17:37 +0200
committerStefan Roese <sr@denx.de>2007-07-05 08:17:37 +0200
commitb44896215a09c60fa40cae906f7ed207bbc2c492 (patch)
treef3c10a507342d083a17dbd7f98e5c662a8f2432e /post/cpu/ppc4xx/Makefile
parentf780b83316d9af1f61d71cc88b1917b387b9b995 (diff)
downloadtalos-obmc-uboot-b44896215a09c60fa40cae906f7ed207bbc2c492.tar.gz
talos-obmc-uboot-b44896215a09c60fa40cae906f7ed207bbc2c492.zip
Merged POST framework with the current TOT.
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
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 8e8ab50577..f1034dac24 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
OpenPOWER on IntegriCloud