Sign in
linux
/
linux
/
kernel
/
git
/
tj
/
cgroup
/
7eb61cc674ee0f597e7954d38e4e08fe8c5b19ba
/
.
/
arch
/
sh
/
drivers
/
Makefile
blob: 8bd10b904bf93f83eb70b39054c34826e521e292 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux SuperH-specific device drivers.
#
obj
-
y
+=
dma
/
platform_early
.
o
obj
-
$
(
CONFIG_PCI
)
+=
pci
/
obj
-
$
(
CONFIG_PUSH_SWITCH
)
+=
push
-
switch
.
o
obj
-
$
(
CONFIG_HEARTBEAT
)
+=
heartbeat
.
o