Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 6 lines 229 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_RESCTRL_FS) += rdtgroup.o ctrlmondata.o monitor.o 3obj-$(CONFIG_RESCTRL_FS_PSEUDO_LOCK) += pseudo_lock.o 4 5# To allow define_trace.h's recursive include: 6CFLAGS_monitor.o = -I$(src)