Commit 324c68d2 authored by Tom Rini's avatar Tom Rini

PPC32: Fix the rule for using config files from arch/ppc/configs/

To accommodate the change to scripts/Configure which made it look in
/boot/config-`uname -r` before looking at arch/$(ARCH)/defconfig, change the
rule for using a config from arch/ppc/configs to copy to .config instead of
arch/$(ARCH)/defconfig
parent 1cc3cfc5
......@@ -108,7 +108,7 @@ $(BOOT_TARGETS): vmlinux
%_config: arch/ppc/configs/%_defconfig
rm -f .config arch/ppc/defconfig
cp -f arch/ppc/configs/$(@:config=defconfig) arch/ppc/defconfig
cp -f arch/ppc/configs/$(@:config=defconfig) .config
archclean:
rm -f arch/ppc/kernel/{mk_defs,asm-offsets.h,find_name}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment