Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65535
b: refs/heads/master
c: 16cfc18
h: refs/heads/master
i:
  65533: 091d676
  65531: dbe19e4
  65527: aaf1dc9
  65519: f625298
  65503: 8861dba
  65471: cb429dd
  65407: eec7c4b
  65279: beba9cd
  65023: d28d8c3
  64511: c3008c1
  63487: 8031156
  61439: aaeee93
  57343: f802f7a
  49151: c993739
  32767: 5ae4f03
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent c600af5 commit 9f7407a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5e96ef2899fb9d6009a53f83952e00cad2a97ab
refs/heads/master: 16cfc182fd3749644a35a134316766dcef5f0d24
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# create a compressed vmlinux image from the original vmlinux
#

targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc_64.o piggy.o
targets := vmlinux vmlinux.bin vmlinux.bin.gz head_64.o misc_64.o piggy.o

CFLAGS := -m64 -D__KERNEL__ $(LINUXINCLUDE) -O2 \
-fno-strict-aliasing -fPIC -mcmodel=small \
Expand All @@ -14,7 +14,7 @@ AFLAGS := $(CFLAGS) -D__ASSEMBLY__
LDFLAGS := -m elf_x86_64

LDFLAGS_vmlinux := -T
$(obj)/vmlinux: $(src)/vmlinux_64.lds $(obj)/head.o $(obj)/misc_64.o $(obj)/piggy.o FORCE
$(obj)/vmlinux: $(src)/vmlinux_64.lds $(obj)/head_64.o $(obj)/misc_64.o $(obj)/piggy.o FORCE
$(call if_changed,ld)
@:

Expand Down
File renamed without changes.

0 comments on commit 9f7407a

Please sign in to comment.