summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2009-02-11 18:38:22 +0100
committerAndy Fleming <afleming@freescale.com>2009-02-16 18:05:59 -0600
commita865bcdac89278cac4dfc07dec8299403110499d (patch)
treeb4a9db64cffa9502dd220e503e9fa52c589f91ad /Makefile
parentad7ee5d43b0db94079d56521dabca25674f28747 (diff)
downloadblackbird-obmc-uboot-a865bcdac89278cac4dfc07dec8299403110499d.tar.gz
blackbird-obmc-uboot-a865bcdac89278cac4dfc07dec8299403110499d.zip
MPC85xx: TQM8548: add support for the TQM8548_AG module
The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory, CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module with "$ make TQM8548_AG_config". Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e96ef67d0..ee82c5d9c4 100644
--- a/Makefile
+++ b/Makefile
@@ -2479,12 +2479,13 @@ stxssa_4M_config: unconfig
TQM8540_config \
TQM8541_config \
TQM8548_config \
+TQM8548_AG_config \
TQM8548_BE_config \
TQM8555_config \
TQM8560_config: unconfig
@mkdir -p $(obj)include
@BTYPE=$(@:_config=); \
- CTYPE=$(subst TQM,,$(subst _BE,,$(@:_config=))); \
+ CTYPE=$(subst TQM,,$(subst _AG,,$(subst _BE,,$(@:_config=)))); \
$(XECHO) "... "$${BTYPE}" (MPC"$${CTYPE}")"; \
echo "#define CONFIG_MPC$${CTYPE}">>$(obj)include/config.h; \
echo "#define CONFIG_$${BTYPE}">>$(obj)include/config.h; \
OpenPOWER on IntegriCloud