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/board/lwmon/Makefile | 4 ++-- post/board/netta/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'post/board') diff --git a/post/board/lwmon/Makefile b/post/board/lwmon/Makefile index 899b0dc1f3..d2932bed13 100644 --- a/post/board/lwmon/Makefile +++ b/post/board/lwmon/Makefile @@ -20,10 +20,10 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # - +include $(OBJTREE)/include/autoconf.mk LIB = libpostlwmon.a -COBJS = sysmon.o +COBJS-$(CONFIG_HAS_POST) += sysmon.o include $(TOPDIR)/post/rules.mk diff --git a/post/board/netta/Makefile b/post/board/netta/Makefile index 60c7790ace..8a8578f439 100644 --- a/post/board/netta/Makefile +++ b/post/board/netta/Makefile @@ -20,10 +20,10 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # - +include $(OBJTREE)/include/autoconf.mk LIB = libpostnetta.a -COBJS = codec.o dsp.o +COBJS-$(CONFIG_HAS_POST) += codec.o dsp.o include $(TOPDIR)/post/rules.mk -- cgit v1.2.1