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/netta/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post/board/netta/Makefile') 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