Makefile (3fa04ecd72780da31ba8b329e148179bc24a9c7d) | Makefile (1fcccbac89f5bbc5e41aa72086960059fce372da) |
---|---|
1# 2# Makefile for the linux kernel. 3# 4 5ifdef CONFIG_DYNAMIC_FTRACE 6CFLAGS_REMOVE_ftrace.o = -pg 7endif 8 --- 31 unchanged lines hidden (view full) --- 40 41obj-$(CONFIG_IA64_ESI) += esi.o 42ifneq ($(CONFIG_IA64_ESI),) 43obj-y += esi_stub.o # must be in kernel proper 44endif 45obj-$(CONFIG_DMAR) += pci-dma.o 46obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o 47 | 1# 2# Makefile for the linux kernel. 3# 4 5ifdef CONFIG_DYNAMIC_FTRACE 6CFLAGS_REMOVE_ftrace.o = -pg 7endif 8 --- 31 unchanged lines hidden (view full) --- 40 41obj-$(CONFIG_IA64_ESI) += esi.o 42ifneq ($(CONFIG_IA64_ESI),) 43obj-y += esi_stub.o # must be in kernel proper 44endif 45obj-$(CONFIG_DMAR) += pci-dma.o 46obj-$(CONFIG_SWIOTLB) += pci-swiotlb.o 47 |
48obj-$(CONFIG_BINFMT_ELF) += elfcore.o 49 |
|
48# fp_emulate() expects f2-f5,f16-f31 to contain the user-level state. 49CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31 50 51# The gate DSO image is built using a special linker script. 52include $(srctree)/arch/ia64/kernel/Makefile.gate 53# tell compiled for native 54CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_NATIVE 55 --- 56 unchanged lines hidden --- | 50# fp_emulate() expects f2-f5,f16-f31 to contain the user-level state. 51CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31 52 53# The gate DSO image is built using a special linker script. 54include $(srctree)/arch/ia64/kernel/Makefile.gate 55# tell compiled for native 56CPPFLAGS_gate.lds += -D__IA64_GATE_PARAVIRTUALIZED_NATIVE 57 --- 56 unchanged lines hidden --- |