X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86_64%2Fboot%2FMakefile;h=ee6f6505f95f98d14d087066a64d154de8893f01;hb=fa0a00910925fdbd3a528404a47817b3a9fda5be;hp=deb063e7762debea68e06ba1ebdc4278e3523138;hpb=bf660254e0d430e5d991e432d5dad8d6714828f6;p=powerpc.git diff --git a/arch/x86_64/boot/Makefile b/arch/x86_64/boot/Makefile index deb063e776..ee6f6505f9 100644 --- a/arch/x86_64/boot/Makefile +++ b/arch/x86_64/boot/Makefile @@ -36,7 +36,7 @@ subdir- := compressed/ #Let make clean descend in compressed/ # --------------------------------------------------------------------------- $(obj)/bzImage: IMAGE_OFFSET := 0x100000 -$(obj)/bzImage: EXTRA_AFLAGS := -traditional $(SVGA_MODE) $(RAMDISK) -D__BIG_KERNEL__ +$(obj)/bzImage: EXTRA_AFLAGS := $(SVGA_MODE) $(RAMDISK) -D__BIG_KERNEL__ $(obj)/bzImage: BUILDFLAGS := -b quiet_cmd_image = BUILD $@