diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-29 13:15:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-29 13:15:20 +0200 |
commit | e037a4c272018b86df4729c9f13ccbeec073b4a6 (patch) | |
tree | 650c3fc7c99609830bc42e36bd412c98c853b3ac /post/board/lwmon/Makefile | |
parent | 707fa917cca24c0f22776f48ac4a6fa5e5189b10 (diff) | |
parent | 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 (diff) | |
download | u-boot-imx-e037a4c272018b86df4729c9f13ccbeec073b4a6.zip u-boot-imx-e037a4c272018b86df4729c9f13ccbeec073b4a6.tar.gz u-boot-imx-e037a4c272018b86df4729c9f13ccbeec073b4a6.tar.bz2 |
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'post/board/lwmon/Makefile')
-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 |