mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
dde96ca8b3
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5 lines
85 B
Makefile
5 lines
85 B
Makefile
obj-y := setup.o irq.o time.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|