Files

6 lines
147 B
Makefile
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
obj-y += irq.o time.o
obj-y += nlm-dma.o
obj-y += reset.o
obj-$(CONFIG_SMP) += smp.o smpboot.o
obj-$(CONFIG_EARLY_PRINTK) += earlycons.o