diff options
author | Matthias Fuchs | 2008-09-09 09:50:24 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-09-09 10:21:28 +0200 |
commit | dd794323a2a1ed6a8a5df51785c31bcde60ad7ca (patch) | |
tree | 81bd673f953689c77262a098206afe8b2265d875 /Makefile | |
parent | 59f630588e3fdbd698a0a2798e52a8924e899563 (diff) |
ppc4xx: Fix out-of-tree building of CPCI405 variants
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1248,6 +1248,7 @@ CPCI405_config: unconfig CPCI4052_config \ CPCI405DT_config \ CPCI405AB_config: unconfig + @mkdir -p $(obj)board/esd/cpci405 @echo "TEXT_BASE = 0xFFFC0000" > $(obj)board/esd/cpci405/config.tmp @$(MKCONFIG) $(@:_config=) ppc ppc4xx cpci405 esd |