summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-10 11:03:05 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-10 11:03:05 +0200
commiteece159cddc1f64a744c82c4b9582ced45b5c45c (patch)
tree5d196a1f7fb089e39fdd8d487f78be1e5c111df4 /Makefile
parent9d3338d2b97bac96bbb99cd385c61302ae100b62 (diff)
Add configuration for IFM SPI eval board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59f61d98f4..fa7251b3db 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,11 @@ MiniFAP_config: unconfig
}
@./mkconfig -a TQM5200 ppc mpc5xxx tqm5200
+spieval_config: unconfig
+ echo "#define CONFIG_CS_AUTOCONF">>include/config.h
+ echo "... with automatic CS configuration"
+ @./mkconfig -a spieval ppc mpc5xxx tqm5200
+
#########################################################################
## MPC8xx Systems
#########################################################################