Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pps: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

matt mooney and committed by
Michal Marek
26a082dc 5a8b7cdc

+1 -3
+1 -3
drivers/pps/clients/Makefile
··· 6 6 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o 7 7 obj-$(CONFIG_PPS_CLIENT_PARPORT) += pps_parport.o 8 8 9 - ifeq ($(CONFIG_PPS_DEBUG),y) 10 - EXTRA_CFLAGS += -DDEBUG 11 - endif 9 + ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG