mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
obj-y := setup.o irq.o time.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|