summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-07-07 20:07:54 +0000
committerwdenk <wdenk>2003-07-07 20:07:54 +0000
commitf12e568ca45f6c56b5a6d52a43524987e141abe7 (patch)
treee0c4c1dc83553fa1ac900d2819a605372c1430d1 /Makefile
parent0d4983930a3559be92452761cfa268ee9d0f2773 (diff)
downloadtalos-obmc-uboot-f12e568ca45f6c56b5a6d52a43524987e141abe7.tar.gz
talos-obmc-uboot-f12e568ca45f6c56b5a6d52a43524987e141abe7.zip
* Add support for NSCU board
* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML mirror bit flash on TQM8xxM modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b9656a56f5..5efe4e9de4 100644
--- a/Makefile
+++ b/Makefile
@@ -372,6 +372,7 @@ xtract_8xx = $(subst _66MHz,,$(subst _80MHz,,$(subst _100MHz,,$(subst _LCD,,$(su
FPS850L_config \
FPS860L_config \
+NSCU_config \
TQM823L_config \
TQM823L_66MHz_config \
TQM823L_80MHz_config \
@@ -390,6 +391,15 @@ TQM860L_80MHz_config \
TQM862L_config \
TQM862L_66MHz_config \
TQM862L_80MHz_config \
+TQM855M_config \
+TQM855M_66MHz_config \
+TQM855M_80MHz_config \
+TQM860M_config \
+TQM860M_66MHz_config \
+TQM860M_80MHz_config \
+TQM862M_config \
+TQM862M_66MHz_config \
+TQM862M_80MHz_config \
TQM862M_100MHz_config: unconfig
@ >include/config.h
@[ -z "$(findstring _66MHz,$@)" ] || \
OpenPOWER on IntegriCloud