Makefile (bd072111e7319d90a7b8127f91c2806b9a6f279e) | Makefile (451d7400a34cb679369e337d67f0238ed410f484) |
---|---|
1# 2# Makefile for the linux kernel. 3# 4 5asflags-y := -ansi 6ccflags-y := -Werror 7 8extra-y := head_$(BITS).o --- 47 unchanged lines hidden (view full) --- 56obj-$(CONFIG_SPARC64) += pcr.o 57obj-$(CONFIG_SPARC64) += nmi.o 58obj-$(CONFIG_SPARC64_SMP) += cpumap.o 59 60# sparc32 do not use GENERIC_HARDIRQS but uses the generic devres implementation 61obj-$(CONFIG_SPARC32) += devres.o 62devres-y := ../../../kernel/irq/devres.o 63 | 1# 2# Makefile for the linux kernel. 3# 4 5asflags-y := -ansi 6ccflags-y := -Werror 7 8extra-y := head_$(BITS).o --- 47 unchanged lines hidden (view full) --- 56obj-$(CONFIG_SPARC64) += pcr.o 57obj-$(CONFIG_SPARC64) += nmi.o 58obj-$(CONFIG_SPARC64_SMP) += cpumap.o 59 60# sparc32 do not use GENERIC_HARDIRQS but uses the generic devres implementation 61obj-$(CONFIG_SPARC32) += devres.o 62devres-y := ../../../kernel/irq/devres.o 63 |
64obj-$(CONFIG_SPARC32) += dma.o | 64obj-y += dma.o |
65 66obj-$(CONFIG_SPARC32_PCI) += pcic.o 67 68obj-$(CONFIG_SMP) += trampoline_$(BITS).o smp_$(BITS).o 69obj-$(CONFIG_SPARC32_SMP) += sun4m_smp.o sun4d_smp.o 70obj-$(CONFIG_SPARC64_SMP) += hvtramp.o 71 72obj-y += auxio_$(BITS).o --- 31 unchanged lines hidden --- | 65 66obj-$(CONFIG_SPARC32_PCI) += pcic.o 67 68obj-$(CONFIG_SMP) += trampoline_$(BITS).o smp_$(BITS).o 69obj-$(CONFIG_SPARC32_SMP) += sun4m_smp.o sun4d_smp.o 70obj-$(CONFIG_SPARC64_SMP) += hvtramp.o 71 72obj-y += auxio_$(BITS).o --- 31 unchanged lines hidden --- |