Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.2-rc5 6 lines 218 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG 3obj-y += core.o cpu.o 4obj-$(CONFIG_OF) += of.o 5obj-$(CONFIG_DEBUG_FS) += debugfs.o 6obj-$(CONFIG_ARM_TI_CPUFREQ) += ti-opp-supply.o