summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-04 22:51:12 +0000
committerwdenk <wdenk>2004-01-04 22:51:12 +0000
commita522fa0e7cdddf8204ba43b335f68be6a42159a5 (patch)
tree3ddc0bffbaade1b79b1ff520ad6051b5a9766278 /Makefile
parent180d3f74e4738ee107e269cbb949481075dd789a (diff)
downloadtalos-obmc-uboot-a522fa0e7cdddf8204ba43b335f68be6a42159a5.tar.gz
talos-obmc-uboot-a522fa0e7cdddf8204ba43b335f68be6a42159a5.zip
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 126c9e9d9c..7062163008 100644
--- a/Makefile
+++ b/Makefile
@@ -261,10 +261,7 @@ AMX860_config : unconfig
@./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
OpenPOWER on IntegriCloud