diff options
| author | Eric Millbrandt <[email protected]> | 2009-08-13 10:14:21 -0500 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-08-25 12:57:55 +0200 |
| commit | 5b53b29bc2e82b80b669f1d2402068c60d7fecd0 (patch) | |
| tree | adf3be1f3b75c2ca8b22fc3c661618283a6cda09 /Makefile | |
| parent | 0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d (diff) | |
Add support for the galaxy5200
Add support for the DEKA Research and Development galaxy5200 board
The galaxy5200 is an Freescale mpc5200 based embedded industrial
control board.
Signed-off-by: Eric Millbrandt <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -544,6 +544,12 @@ digsy_mtc_RAMBOOT_config: unconfig } @$(MKCONFIG) -a digsy_mtc ppc mpc5xxx digsy_mtc +galaxy5200_LOWBOOT_config \ +galaxy5200_config: unconfig + @mkdir -p $(obj)include + @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h + @$(MKCONFIG) -a galaxy5200 ppc mpc5xxx galaxy5200 + hmi1001_config: unconfig @$(MKCONFIG) hmi1001 ppc mpc5xxx hmi1001 |
