Sign in
gbmc
/
linux
/
refs/heads/dev-5.3
/
.
/
drivers
/
peci
/
Makefile
blob: 3326da54a21a3e8aec728157ea40e012a4a3d608 [
file
] [
log
] [
blame
] [
edit
]
#
# Makefile for the PECI core and bus drivers.
#
# Core functionality
obj
-
$
(
CONFIG_PECI
)
+=
peci
-
core
.
o
# Hardware specific bus drivers
obj
-
$
(
CONFIG_PECI_ASPEED
)
+=
peci
-
aspeed
.
o
obj
-
$
(
CONFIG_PECI_NPCM
)
+=
peci
-
npcm
.
o