summaryrefslogtreecommitdiff
path: root/post/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-08 11:34:24 +0100
committerWolfgang Denk <wd@denx.de>2007-03-08 11:34:24 +0100
commitd8be57669b37d57625bbe37c4603dab05058cea7 (patch)
treecbe4aa270b000a8b0667e43b5581ddce89593342 /post/Makefile
parent647d3c3eed0da1d1505eecabe0b0fab96f956e68 (diff)
parent46270c285190b35d2e99f7181ec6e8c0d2d6ef4c (diff)
downloadu-boot-imx-d8be57669b37d57625bbe37c4603dab05058cea7.zip
u-boot-imx-d8be57669b37d57625bbe37c4603dab05058cea7.tar.gz
u-boot-imx-d8be57669b37d57625bbe37c4603dab05058cea7.tar.bz2
Merge with /home/git/u-boot
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 228bafc..f32af95 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