diff options
author | Stefan Roese <sr@denx.de> | 2008-02-14 11:46:07 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-02-14 11:46:07 +0100 |
commit | f90e69c634f0b57e88533ceb36dabfd5b6b4e55a (patch) | |
tree | b959a336b118e054afec34b69a9bbe7021f56983 /Makefile | |
parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
parent | b7f6193e76651e1fd606e46eb11915b53cb6618b (diff) |
Merge branch 'for-1.3.2'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1220,9 +1220,11 @@ G2000_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx g2000 hcu4_config: unconfig + @mkdir -p $(obj)board/netstal/common @$(MKCONFIG) $(@:_config=) ppc ppc4xx hcu4 netstal hcu5_config: unconfig + @mkdir -p $(obj)board/netstal/common @$(MKCONFIG) $(@:_config=) ppc ppc4xx hcu5 netstal HH405_config: unconfig |