Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323983
b: refs/heads/master
c: 9dead5b
h: refs/heads/master
i:
  323981: 6987cde
  323979: 91403f3
  323975: 20e4e0f
  323967: 7438258
v: v3
  • Loading branch information
Matthew Garrett authored and Matt Fleming committed Sep 17, 2012
1 parent 4dbd62b commit ebde109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38cb5ef4473c6f510fae3a00bdac3acd550e3796
refs/heads/master: 9dead5bbb825d7c25c0400e61de83075046322d0
3 changes: 3 additions & 0 deletions trunk/arch/x86/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ VMLINUX_OBJS = $(obj)/vmlinux.lds $(obj)/head_$(BITS).o $(obj)/misc.o \
$(obj)/string.o $(obj)/cmdline.o $(obj)/early_serial_console.o \
$(obj)/piggy.o

$(obj)/eboot.o: KBUILD_CFLAGS += -fshort-wchar -mno-red-zone
$(obj)/efi_stub_$(BITS).o: KBUILD_CLFAGS += -fshort-wchar -mno-red-zone

ifeq ($(CONFIG_EFI_STUB), y)
VMLINUX_OBJS += $(obj)/eboot.o $(obj)/efi_stub_$(BITS).o
endif
Expand Down

0 comments on commit ebde109

Please sign in to comment.