Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « nfit « acpi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07f53c4e85fe726e5c8755eb1dcf39078cb005e3 (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ACPI_NFIT) := nfit.o
nfit-y := core.o
nfit-y += intel.o
nfit-$(CONFIG_X86_MCE) += mce.o