From 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 Mon Sep 17 00:00:00 2001 From: Yuri Tikhonov Date: Mon, 28 Apr 2008 18:19:34 +0200 Subject: POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs. Signed-off-by: Yuri Tikhonov --- post/cpu/mpc8xx/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'post/cpu') diff --git a/post/cpu/mpc8xx/Makefile b/post/cpu/mpc8xx/Makefile index f871cbab64..162924f6b2 100644 --- a/post/cpu/mpc8xx/Makefile +++ b/post/cpu/mpc8xx/Makefile @@ -20,10 +20,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # +include $(OBJTREE)/include/autoconf.mk LIB = libpostmpc8xx.a -AOBJS = cache_8xx.o -COBJS = cache.o ether.o spr.o uart.o usb.o watchdog.o +AOBJS-$(CONFIG_HAS_POST) += cache_8xx.o +COBJS-$(CONFIG_HAS_POST) += cache.o ether.o spr.o uart.o usb.o watchdog.o include $(TOPDIR)/post/rules.mk -- cgit v1.2.1