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