diff options
author | Graeme Russ | 2008-12-07 10:28:57 +1100 |
---|---|---|
committer | Wolfgang Denk | 2009-01-24 01:01:16 +0100 |
commit | c620c01e96814558470698ed5cab1bf2f504d1b5 (patch) | |
tree | 826209153b976417541433a436ee00fe5ce8efcf /Makefile | |
parent | 0c0ccf401ee03a5008fc2c19b05a662bce1a1086 (diff) |
Added initial eNET board support
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2996,6 +2996,9 @@ smdk6400_config : unconfig sc520_cdp_config : unconfig @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp +eNET_config : unconfig + @$(MKCONFIG) $(@:_config=) i386 i386 eNET + sc520_spunk_config : unconfig @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk |