diff options
Diffstat (limited to 'drivers/pps/Makefile')
| -rw-r--r-- | drivers/pps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile index 4483eaadaddd..0aea394d4e4d 100644 --- a/drivers/pps/Makefile +++ b/drivers/pps/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the PPS core. # @@ -5,6 +6,7 @@ pps_core-y := pps.o kapi.o sysfs.o pps_core-$(CONFIG_NTP_PPS) += kc.o obj-$(CONFIG_PPS) := pps_core.o -obj-y += clients/ generators/ +obj-y += clients/ +obj-$(CONFIG_PPS_GENERATOR) += generators/ ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG |
