1obj-$(CONFIG_ACPI_NFIT) := nfit.o 2nfit-y := core.o 3nfit-y += intel.o 4nfit-$(CONFIG_X86_MCE) += mce.o 5