summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2006-08-18 19:14:46 +0200
committerMarian Balakowicz <m8@semihalf.com>2006-08-18 19:14:46 +0200
commit6d3bc9b8cfd5d60708f95ded007cda7bc29ac089 (patch)
treef34f5c4b6428ec7bc9810f9550e883f99eaaef56 /Makefile
parentc5185470fef2d4d94e78f57e92f3d88b7d11857c (diff)
downloadtalos-obmc-uboot-6d3bc9b8cfd5d60708f95ded007cda7bc29ac089.tar.gz
talos-obmc-uboot-6d3bc9b8cfd5d60708f95ded007cda7bc29ac089.zip
Add support for WTK FO300 board (TQM5200 based).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d579d9bd3..4cc7a48ba3 100644
--- a/Makefile
+++ b/Makefile
@@ -424,8 +424,13 @@ TQM5200S_config \
TQM5200S_HIGHBOOT_config \
TQM5200_STK100_config \
cam5200_config \
-MiniFAP_config: unconfig
+MiniFAP_config \
+fo300_config: unconfig
@ >include/config.h
+ @[ -z "$(findstring fo300,$@)" ] || \
+ { echo "#define CONFIG_FO300" >>include/config.h ; \
+ echo "... TQM5200 on FO300" ; \
+ }
@[ -z "$(findstring MiniFAP,$@)" ] || \
{ echo "#define CONFIG_MINIFAP" >>include/config.h ; \
echo "... TQM5200_AC on MiniFAP" ; \
OpenPOWER on IntegriCloud