summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e19a561e116..ad3403ce8bf 100644
--- a/Makefile
+++ b/Makefile
@@ -307,6 +307,7 @@ Total5200_Rev2_lowboot_config: unconfig
}
@./mkconfig -a Total5200 ppc mpc5xxx total5200
+TQM5200_auto_config \
TQM5200_AA_config \
TQM5200_AB_config \
TQM5200_AC_config \
@@ -331,6 +332,10 @@ MiniFAP_config: unconfig
echo "... with 4 MB Flash, 128 MB SDRAM" ; \
echo "... with Graphics Controller"; \
}
+ @[ -z "$(findstring auto,$@)" ] || \
+ { echo "#define CONFIG_CS_AUTOCONF" >>include/config.h ; \
+ echo "... with automatic CS configuration" ; \
+ }
@./mkconfig -a TQM5200 ppc mpc5xxx tqm5200
#########################################################################