ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
[oweals/u-boot.git] / post / Makefile
index e0ce902133d73e1e035648339b00d93555452f59..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 sysmon.o
-COBJS  += uart.o ether.o usb.o spr.o
+COBJS  = post.o tests.o
 
 include $(TOPDIR)/post/rules.mk