diff options
| author | Yoshihiro Shimoda <[email protected]> | 2007-12-03 22:58:50 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2008-01-15 23:30:40 +0900 |
| commit | b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae (patch) | |
| tree | 4ff109fdfba0b954b292c2c37dfae558141a086e /Makefile | |
| parent | 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed (diff) | |
sh: Add support for MS7720RP02 board
Signed-off-by: Yoshihiro Shimoda <[email protected]>
CC: Nobuhiro Iwamatsu <[email protected]>
Acked-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2750,6 +2750,14 @@ atstk1004_config : unconfig ######################################################################### ######################################################################### +## sh3 (Renesas SuperH) +######################################################################### +ms7720se_config: unconfig + @ >include/config.h + @echo "#define CONFIG_MS7720SE 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh3 ms7720se + +######################################################################### ## sh4 (Renesas SuperH) ######################################################################### ms7750se_config: unconfig |
