* Make BMS2003 use a separate config file to avoid #ifdef mess;
add I2C support; add support for DS1337 RTC
* Add CompactFlash support for BMS2003 board
* Add support for status LED on BMS2003 board
diff --git a/Makefile b/Makefile
index 126c9e9..7062163 100644
--- a/Makefile
+++ b/Makefile
@@ -261,10 +261,7 @@
@./mkconfig $(@:_config=) ppc mpc8xx amx860 westel
bms2003_config : unconfig
- @echo "#define CONFIG_BMS2003" >include/config.h
- @echo "#define CONFIG_LCD" >>include/config.h
- @echo "#define CONFIG_NEC_NL6448BC33_54" >>include/config.h
- @./mkconfig -a TQM823L ppc mpc8xx tqm8xx
+ @./mkconfig $(@:_config=) ppc mpc8xx tqm8xx
c2mon_config: unconfig
@./mkconfig $(@:_config=) ppc mpc8xx c2mon