Makefile (3d5271f9883cba7b54762bc4fe027d4172f06db7) | Makefile (e4ac58afdfac792c0583af30dbd9eae53e24c78b) |
---|---|
1obj-y := setup.o irq.o irq_handler.o time.o | 1obj-y := setup.o irq.o time.o |
2 3obj-$(CONFIG_SMP) += smp.o 4 5EXTRA_AFLAGS := $(CFLAGS) | 2 3obj-$(CONFIG_SMP) += smp.o 4 5EXTRA_AFLAGS := $(CFLAGS) |