diff options
author | wdenk <wdenk> | 2004-08-28 22:45:57 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-28 22:45:57 +0000 |
commit | 7ca202f566a6e9dc3d0dd0216e82ad1a48f50f19 (patch) | |
tree | bb1da750310557754d4a267e9b523fd5b8e9d326 /Makefile | |
parent | 31a649234ee4051e96cf45285cdf2dbfa668d30c (diff) |
Add support for IDS "NC650" boardLABEL_2004_08_29_0045
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -532,6 +532,9 @@ NETTA2_config: unconfig } @./mkconfig -a $(call xtract_NETTA2,$@) ppc mpc8xx netta2 +NC650_config: unconfig + @./mkconfig $(@:_config=) ppc mpc8xx nc650 + NX823_config: unconfig @./mkconfig $(@:_config=) ppc mpc8xx nx823 |