projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[platform/kernel/linux-starfive.git]
/
drivers
/
peci
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
# Core functionality
4
peci-y := core.o request.o device.o sysfs.o
5
obj-$(CONFIG_PECI) += peci.o
6
peci-cpu-y := cpu.o
7
obj-$(CONFIG_PECI_CPU) += peci-cpu.o
8
9
# Hardware specific bus drivers
10
obj-y += controller/