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

Makefile « intel-mid « platform « x86 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cf886c867c243166509c5a3e9d85512145a3e5b (plain)
1
2
3
4
5
6
obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o pwr.o

# SFI specific code
ifdef CONFIG_X86_INTEL_MID
obj-$(CONFIG_SFI) += sfi.o device_libs/
endif