repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
platform
/
intel-mid
/
Makefile
blob
cc2549f0ccb1a04653d9464b8b51933d1020cf4a
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-
$(
CONFIG_X86_INTEL_MID
) +=
intel-mid.o intel_mid_vrtc.o pwr.o
3
4
# SFI specific code
5
ifdef
CONFIG_X86_INTEL_MID
6
obj-
$(
CONFIG_SFI
) +=
sfi.o device_libs
/
7
endif