diff options
author | Yuri Tikhonov <yur@emcraft.com> | 2008-04-28 18:19:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-29 13:13:22 +0200 |
commit | 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 (patch) | |
tree | 4a13453f7c2fa44290f382fbcfb31988f311ccef /post/board/lwmon | |
parent | 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9 (diff) | |
download | u-boot-imx-18ec19e4aa1a045dfbf2c7c2e33963488e92d757.zip u-boot-imx-18ec19e4aa1a045dfbf2c7c2e33963488e92d757.tar.gz u-boot-imx-18ec19e4aa1a045dfbf2c7c2e33963488e92d757.tar.bz2 |
POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Diffstat (limited to 'post/board/lwmon')
-rw-r--r-- | post/board/lwmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/board/lwmon/Makefile b/post/board/lwmon/Makefile index 899b0dc..d2932be 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 |