|
@@ -276,16 +276,16 @@ zImage: relocs_check
|
|
endif
|
|
endif
|
|
|
|
|
|
$(BOOT_TARGETS1): vmlinux
|
|
$(BOOT_TARGETS1): vmlinux
|
|
- $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
$(BOOT_TARGETS2): vmlinux
|
|
$(BOOT_TARGETS2): vmlinux
|
|
- $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
|
|
|
|
bootwrapper_install:
|
|
bootwrapper_install:
|
|
- $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
%.dtb: scripts
|
|
%.dtb: scripts
|
|
- $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
+ $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
|
|
|
|
|
|
# Used to create 'merged defconfigs'
|
|
# Used to create 'merged defconfigs'
|
|
# To use it $(call) it with the first argument as the base defconfig
|
|
# To use it $(call) it with the first argument as the base defconfig
|