1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 2 3 CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 3 CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 4 CFLAGS += $(KHDR_INCLUDES) 4 CFLAGS += $(KHDR_INCLUDES) 5 5 6 TEST_GEN_PROGS := resctrl_tests 6 TEST_GEN_PROGS := resctrl_tests 7 7 8 LOCAL_HDRS += $(wildcard *.h) 8 LOCAL_HDRS += $(wildcard *.h) 9 9 10 include ../lib.mk 10 include ../lib.mk 11 11 12 $(OUTPUT)/resctrl_tests: $(wildcard *.c) 12 $(OUTPUT)/resctrl_tests: $(wildcard *.c)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.