From 7e6bf358d84b413b7a402079b130a9a2a1222d74 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 12 Dec 2004 22:06:17 +0000 Subject: Patch by Martin Krause, 27 Oct 2004: - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e19a561..ad3403c 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 ######################################################################### -- cgit v1.1