summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.hu@freescale.com>2009-09-18 11:45:09 +0800
committerKumar Gala <galak@kernel.crashing.org>2009-09-24 12:04:57 -0500
commit0e905ac28b1e039d74e63232293972bff6b5a0ce (patch)
tree4d440476af32aa6f9b209c4e91adc84a803a7ee1 /Makefile
parent202d94875c98b7b573f136c4f353609758ed9733 (diff)
downloadtalos-obmc-uboot-0e905ac28b1e039d74e63232293972bff6b5a0ce.tar.gz
talos-obmc-uboot-0e905ac28b1e039d74e63232293972bff6b5a0ce.zip
ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0b61d057f3..99837a3834 100644
--- a/Makefile
+++ b/Makefile
@@ -2448,9 +2448,7 @@ ATUM8548_config: unconfig
MPC8536DS_36BIT_config \
MPC8536DS_config: unconfig
- @mkdir -p $(obj)include
- @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
- @$(MKCONFIG) -a MPC8536DS ppc mpc85xx mpc8536ds freescale
+ @$(MKCONFIG) -t $(@:_config=) MPC8536DS ppc mpc85xx mpc8536ds freescale
MPC8540ADS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale
OpenPOWER on IntegriCloud