diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/Makefile b/arch/x86_64/Makefile index afaf0f998878..8bffb94c71b5 100644 --- a/arch/x86_64/Makefile +++ b/arch/x86_64/Makefile | |||
@@ -24,10 +24,6 @@ | |||
24 | # Fill in SRCARCH | 24 | # Fill in SRCARCH |
25 | SRCARCH := x86 | 25 | SRCARCH := x86 |
26 | 26 | ||
27 | archprepare: | ||
28 | @mkdir -p ${objtree}/arch/x86/kernel | ||
29 | |||
30 | |||
31 | LDFLAGS := -m elf_x86_64 | 27 | LDFLAGS := -m elf_x86_64 |
32 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S | 28 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S |
33 | LDFLAGS_vmlinux := | 29 | LDFLAGS_vmlinux := |