f137e463b5
- Kconfig and Makefile changes - arch/mips/sibyte/bcm1480/ - changes to sibyte common code to support 1480 Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
6 lines
101 B
Makefile
6 lines
101 B
Makefile
obj-y := setup.o irq.o irq_handler.o time.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|