Makefile (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) Makefile (5598473a5b40c47a8c5349dd2c2630797169cf1a)
1#
2# Makefile for the linux kernel.
3#
4
5asflags-y := -ansi
6ccflags-y := -Werror
7
8extra-y := head_$(BITS).o

--- 18 unchanged lines hidden (view full) ---

27obj-y += traps_$(BITS).o
28
29# IRQ
30obj-y += irq_$(BITS).o
31obj-$(CONFIG_SPARC32) += sun4m_irq.o sun4c_irq.o sun4d_irq.o
32
33obj-y += process_$(BITS).o
34obj-y += signal_$(BITS).o
1#
2# Makefile for the linux kernel.
3#
4
5asflags-y := -ansi
6ccflags-y := -Werror
7
8extra-y := head_$(BITS).o

--- 18 unchanged lines hidden (view full) ---

27obj-y += traps_$(BITS).o
28
29# IRQ
30obj-y += irq_$(BITS).o
31obj-$(CONFIG_SPARC32) += sun4m_irq.o sun4c_irq.o sun4d_irq.o
32
33obj-y += process_$(BITS).o
34obj-y += signal_$(BITS).o
35obj-y += sigutil_$(BITS).o
35obj-$(CONFIG_SPARC32) += ioport.o
36obj-y += setup_$(BITS).o
37obj-y += idprom.o
38obj-y += sys_sparc_$(BITS).o
39obj-$(CONFIG_SPARC32) += systbls_32.o
40obj-y += time_$(BITS).o
41obj-$(CONFIG_SPARC32) += windows.o
42obj-y += cpu.o

--- 79 unchanged lines hidden ---
36obj-$(CONFIG_SPARC32) += ioport.o
37obj-y += setup_$(BITS).o
38obj-y += idprom.o
39obj-y += sys_sparc_$(BITS).o
40obj-$(CONFIG_SPARC32) += systbls_32.o
41obj-y += time_$(BITS).o
42obj-$(CONFIG_SPARC32) += windows.o
43obj-y += cpu.o

--- 79 unchanged lines hidden ---