Makefile (bef986502fa398b1785a3979b1aa17cd902d3527) | Makefile (f09b5ce0184da6a83bac7fafda4e624629272b37) |
---|---|
1# 2# Makefile for the linux kernel. 3# 4 5ifeq ($(CONFIG_PPC64),y) 6EXTRA_CFLAGS += -mno-minimal-toc 7endif 8ifeq ($(CONFIG_PPC32),y) --- 63 unchanged lines hidden (view full) --- 72obj64-$(CONFIG_AUDIT) += compat_audit.o 73 74ifneq ($(CONFIG_PPC_INDIRECT_IO),y) 75obj-y += iomap.o 76endif 77 78ifeq ($(CONFIG_PPC_ISERIES),y) 79extra-y += lparmap.s | 1# 2# Makefile for the linux kernel. 3# 4 5ifeq ($(CONFIG_PPC64),y) 6EXTRA_CFLAGS += -mno-minimal-toc 7endif 8ifeq ($(CONFIG_PPC32),y) --- 63 unchanged lines hidden (view full) --- 72obj64-$(CONFIG_AUDIT) += compat_audit.o 73 74ifneq ($(CONFIG_PPC_INDIRECT_IO),y) 75obj-y += iomap.o 76endif 77 78ifeq ($(CONFIG_PPC_ISERIES),y) 79extra-y += lparmap.s |
80$(obj)/head_64.o: $(obj)/lparmap.s |
|
80AFLAGS_head_64.o += -I$(obj) 81endif 82 83else 84# stuff used from here for ARCH=ppc 85smpobj-$(CONFIG_SMP) += smp.o 86 87endif 88 89obj-$(CONFIG_PPC32) += $(obj32-y) 90obj-$(CONFIG_PPC64) += $(obj64-y) 91 92extra-$(CONFIG_PPC_FPU) += fpu.o 93extra-$(CONFIG_PPC64) += entry_64.o | 81AFLAGS_head_64.o += -I$(obj) 82endif 83 84else 85# stuff used from here for ARCH=ppc 86smpobj-$(CONFIG_SMP) += smp.o 87 88endif 89 90obj-$(CONFIG_PPC32) += $(obj32-y) 91obj-$(CONFIG_PPC64) += $(obj64-y) 92 93extra-$(CONFIG_PPC_FPU) += fpu.o 94extra-$(CONFIG_PPC64) += entry_64.o |