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: fa021dfab0882122189b51d15d32df8c7f503849 (plain)
1
2
3
4
5
6
obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o mfld.o mrfld.o pwr.o

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