]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/board/lwmon5/Makefile
POST: move CONFIG_POST to Makefiles
[people/ms/u-boot.git] / post / board / lwmon5 / Makefile
index c3f54e37b8c29b202632081e4e9d01d76ab4d227..3cb6426e4dd8903f29efb901434634170827597d 100644 (file)
@@ -1,6 +1,7 @@
 #
-# (C) Copyright 2002-2007
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+# (C) Copyright 2008 Dmitry Rakhchev, EmCraft Systems, rda@emcraft.com
+#
+# Developed for DENX Software Engineering GmbH
 #
 # See file CREDITS for list of people who contributed to this
 # project.
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA 02111-1307 USA
-#
-
+include $(TOPDIR)/include/autoconf.mk
 
 LIB    = libpostlwmon5.a
 
-COBJS  = ecc.o
+COBJS-$(CONFIG_HAS_POST)       += sysmon.o watchdog.o dspic.o fpga.o dsp.o gdc.o
 
 include $(TOPDIR)/post/rules.mk