mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
x86_64: Remove outdated comment in boot decompressor Makefile
64bit code in there now since some time. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
92417df076
commit
b5d009ca6b
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
#
|
||||
# create a compressed vmlinux image from the original vmlinux
|
||||
#
|
||||
# Note all the files here are compiled/linked as 32bit executables.
|
||||
#
|
||||
|
||||
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue