diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-02 23:28:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-02 23:28:39 +0200 |
commit | 9d2459f3532c009bb903b02b57079a3862420a5f (patch) | |
tree | c3ac82364df83db5d5cb963c64b863b77a20445c /Makefile | |
parent | 1f1554841a4c8e069d331176f0c3059fb2bb8280 (diff) | |
parent | 97f7d27c8ecf34879d6b747c10fa9a18c02a4cc0 (diff) | |
download | u-boot-imx-9d2459f3532c009bb903b02b57079a3862420a5f.zip u-boot-imx-9d2459f3532c009bb903b02b57079a3862420a5f.tar.gz u-boot-imx-9d2459f3532c009bb903b02b57079a3862420a5f.tar.bz2 |
Merge remote branch 'u-boot-ppc4xx/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1391,6 +1391,9 @@ PPChameleonEVB_HI_33_config: unconfig } @$(MKCONFIG) -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave +quad100hd_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx quad100hd + sbc405_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx sbc405 |