summaryrefslogtreecommitdiffstats
path: root/post/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-06 18:08:43 +0100
committerWolfgang Denk <wd@denx.de>2007-03-06 18:08:43 +0100
commitad5bb451ade552c44bef9119d907929ebc2c126f (patch)
treedf979d3c6385a161cd6df6b6f903ed7eaad31948 /post/Makefile
parenta5284efd125967675b2e9c6ef7b95832268ad360 (diff)
downloadtalos-obmc-uboot-ad5bb451ade552c44bef9119d907929ebc2c126f.tar.gz
talos-obmc-uboot-ad5bb451ade552c44bef9119d907929ebc2c126f.zip
Restructure POST directory to support of other CPUs, boards, etc.
Diffstat (limited to 'post/Makefile')
-rw-r--r--post/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/post/Makefile b/post/Makefile
index 228bafc6a7..f32af95162 100644
--- a/post/Makefile
+++ b/post/Makefile
@@ -22,14 +22,10 @@
#
-SUBDIRS = cpu
+SUBDIRS = drivers cpu lib_$(ARCH) board/$(BOARDDIR)
LIB = libpost.a
-AOBJS = cache_8xx.o
-COBJS = cache.o codec.o cpu.o dsp.o ether.o
-COBJS += i2c.o memory.o post.o rtc.o
-COBJS += spr.o sysmon.o tests.o uart.o
-COBJS += usb.o watchdog.o
+COBJS = post.o tests.o
include $(TOPDIR)/post/rules.mk
OpenPOWER on IntegriCloud