diff options
| author | Wolfgang Denk <[email protected]> | 2005-08-10 11:03:05 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2005-08-10 11:03:05 +0200 |
| commit | eece159cddc1f64a744c82c4b9582ced45b5c45c (patch) | |
| tree | 5d196a1f7fb089e39fdd8d487f78be1e5c111df4 /Makefile | |
| parent | 9d3338d2b97bac96bbb99cd385c61302ae100b62 (diff) | |
Add configuration for IFM SPI eval board
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ######################################################################### |
