Add configuration for IFM SPI eval board
diff --git a/Makefile b/Makefile
index 59f61d9..fa7251b 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,11 @@
}
@./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
#########################################################################