diff options
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/Makefile b/arch/x86/boot/Makefile index 700a9c6e6159..f3784c35fda2 100644 --- a/arch/x86/boot/Makefile +++ b/arch/x86/boot/Makefile | |||
@@ -96,7 +96,7 @@ $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE | |||
96 | $(call if_changed,zoffset) | 96 | $(call if_changed,zoffset) |
97 | 97 | ||
98 | 98 | ||
99 | AFLAGS_header.o += -I$(obj) | 99 | AFLAGS_header.o += -I$(objtree)/$(obj) |
100 | $(obj)/header.o: $(obj)/zoffset.h | 100 | $(obj)/header.o: $(obj)/zoffset.h |
101 | 101 | ||
102 | LDFLAGS_setup.elf := -T | 102 | LDFLAGS_setup.elf := -T |