5 lines
101 B
Makefile
5 lines
101 B
Makefile
obj-$(CONFIG_ACPI_NFIT) := nfit.o
|
|
nfit-y := core.o
|
|
nfit-y += intel.o
|
|
nfit-$(CONFIG_X86_MCE) += mce.o
|