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

Configure Feed

Select the types of activity you want to include in your feed.

at 17431928194b36a0f88082df875e2e036da7fddf 12 lines 295 B view raw
1ifeq ($(CONFIG_CAIF_DEBUG),1) 2CAIF_DBG_FLAGS := -DDEBUG 3endif 4 5KBUILD_EXTRA_SYMBOLS=net/caif/Module.symvers 6 7ccflags-y := $(CAIF_FLAGS) $(CAIF_DBG_FLAGS) 8clean-dirs:= .tmp_versions 9clean-files:= Module.symvers modules.order *.cmd *~ \ 10 11# Serial interface 12obj-$(CONFIG_CAIF_TTY) += caif_serial.o