Sign in
android-kvm
/
linux
/
c2fe61d8be491ff8188edaf22e838f819999146b
/
.
/
drivers
/
pps
/
generators
/
Makefile
blob: 2d56dd0495d590a13213ea89fe1a8af18c95d323 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for PPS generators.
#
obj
-
$
(
CONFIG_PPS_GENERATOR_PARPORT
)
+=
pps_gen_parport
.
o
ifeq
(
$
(
CONFIG_PPS_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif