Commit 9b48593e authored by Sam Ravnborg's avatar Sam Ravnborg

kbuild/ia64: Fix breakage in arch/ia64/kernel/Makefile

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent a82bae6e
......@@ -21,7 +21,7 @@ obj-$(CONFIG_IA64_CYCLONE) += cyclone.o
# The gate DSO image is built using a special linker script.
targets += gate.so gate-syms.o
extra-y := gate.so gate-syms.o gate.lds gate.o
extra-y += gate.so gate-syms.o gate.lds gate.o
# fp_emulate() expects f2-f5,f16-f31 to contain the user-level state.
CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment