Skip to content

Commit

Permalink
x86: remove migration makefile tweaks
Browse files Browse the repository at this point in the history
The makefile tweaks to allow the build during the move of
code from arch/i386 and arch/x86_64 are not longer necessary.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 914d97f commit 754090f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
# Fill in SRCARCH
SRCARCH := x86

archprepare:
@mkdir -p ${objtree}/arch/x86/kernel


HAS_BIARCH := $(call cc-option-yn, -m32)
ifeq ($(HAS_BIARCH),y)
AS := $(AS) --32
Expand Down
4 changes: 0 additions & 4 deletions arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
# Fill in SRCARCH
SRCARCH := x86

archprepare:
@mkdir -p ${objtree}/arch/x86/kernel


LDFLAGS := -m elf_x86_64
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
LDFLAGS_vmlinux :=
Expand Down

0 comments on commit 754090f

Please sign in to comment.