diff options
author | wdenk <wdenk> | 2005-04-13 23:15:10 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-13 23:15:10 +0000 |
commit | 5e5f9ed254e20b830fef5f42a52ac0bbdc92a57e (patch) | |
tree | acd19cb1655ff250044dce13c89c42498edd713f /Makefile | |
parent | 4c2a366db3d33889b8163911426952e692e3d69b (diff) |
Add support for canmb boardLABEL_2005_04_14_0115
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# (C) Copyright 2000-2004 +# (C) Copyright 2000-2005 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -215,6 +215,9 @@ unconfig: ## MPC5xx Systems ######################################################################### +canmb_config: unconfig + @./mkconfig -a canmb ppc mpc5xxx canmb + cmi_mpc5xx_config: unconfig @./mkconfig $(@:_config=) ppc mpc5xx cmi |