diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:54:44 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-05-09 11:54:44 +0200 |
commit | 78b123cd69d485887f33ebd33ba1f9b27f8e6916 (patch) | |
tree | e5cbecab56c5e92b4135431b023b5687a8c90ab6 /Makefile | |
parent | 6f5155a95cc6d4b80cda10785c64a55fbb18e8ee (diff) |
Add M5271EVB board support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1318,6 +1318,9 @@ TASREG_config : unconfig r5200_config : unconfig @./mkconfig $(@:_config=) m68k mcf52x2 r5200 +M5271EVB_config : unconfig + @./mkconfig $(@:_config=) m68k mcf52x2 m5271evb + ######################################################################### ## MPC83xx Systems ######################################################################### |