Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 7 lines 206 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2earth-pt1-objs := pt1.o 3 4obj-$(CONFIG_DVB_PT1) += earth-pt1.o 5 6ccflags-y += -I $(srctree)/drivers/media/dvb-frontends 7ccflags-y += -I $(srctree)/drivers/media/tuners