]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/Makefile
Merge with /home/wd/git/u-boot/custodian/u-boot-net
[karo-tx-uboot.git] / post / Makefile
index 2877b5374b59ee9feea379b54c82fb07900a99bc..f32af951624ceb56ecbc9061771e12bc10ef7ddd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2002
+# (C) Copyright 2002-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
 #
 
 
-SUBDIRS = cpu
+SUBDIRS = drivers cpu lib_$(ARCH) board/$(BOARDDIR)
 
 LIB    = libpost.a
 
-AOBJS  = cache_8xx.o
-COBJS  = post.o tests.o cpu.o rtc.o watchdog.o memory.o i2c.o cache.o
-COBJS  += uart.o ether.o usb.o spr.o
+COBJS  = post.o tests.o
 
 include $(TOPDIR)/post/rules.mk