X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2FMakefile;h=03dbc7f5b4d9a3c18bdac2bd646e462096894314;hb=4c414592a79b82ddca76945c7afb4843684aa9a8;hp=b02e509072a790b1fbea3387f8749b5326beb822;hpb=8f08bfd4777a2953d18db756938d90a5b532eb1a;p=pandora-kernel.git diff --git a/arch/x86/Makefile b/arch/x86/Makefile index b02e509072a7..03dbc7f5b4d9 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -117,6 +117,9 @@ KBUILD_CFLAGS += $(call cc-option,-mno-sse -mno-mmx -mno-sse2 -mno-3dnow,) KBUILD_CFLAGS += $(mflags-y) KBUILD_AFLAGS += $(mflags-y) +archscripts: + $(Q)$(MAKE) $(build)=arch/x86/tools relocs + ### # Kernel objects @@ -180,6 +183,7 @@ archclean: $(Q)rm -rf $(objtree)/arch/i386 $(Q)rm -rf $(objtree)/arch/x86_64 $(Q)$(MAKE) $(clean)=$(boot) + $(Q)$(MAKE) $(clean)=arch/x86/tools define archhelp echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'