Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa0a0091 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen
Browse files

[PATCH] x86-64: Drop -traditional for arch/x86_64/boot



Follows i386 and useful cleanup.

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 72b1b1d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ subdir- := compressed/ #Let make clean descend in compressed/
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------


$(obj)/bzImage: IMAGE_OFFSET := 0x100000
$(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
$(obj)/bzImage: BUILDFLAGS   := -b


quiet_cmd_image = BUILD   $@
quiet_cmd_image = BUILD   $@