diff options
author | Andi Kleen <ak@suse.de> | 2007-05-02 19:27:20 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 19:27:20 +0200 |
commit | fa0a00910925fdbd3a528404a47817b3a9fda5be (patch) | |
tree | 4484b9ed59e6ec5c6bce3a347094665276563f33 /arch | |
parent | 72b1b1d0133d7eb4040697f1052bf92123fb051b (diff) | |
download | linux-fa0a00910925fdbd3a528404a47817b3a9fda5be.tar.gz linux-fa0a00910925fdbd3a528404a47817b3a9fda5be.tar.bz2 linux-fa0a00910925fdbd3a528404a47817b3a9fda5be.zip |
[PATCH] x86-64: Drop -traditional for arch/x86_64/boot
Follows i386 and useful cleanup.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/Makefile b/arch/x86_64/boot/Makefile index deb063e7762d..ee6f6505f95f 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 $@ |