Makefile (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Makefile (cc937dad85aea4ab9e4f9827d7ea55932c86906b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 | 1# SPDX-License-Identifier: GPL-2.0 2 |
3CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE | 3CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 |
4CFLAGS += $(KHDR_INCLUDES) 5 6TEST_GEN_PROGS := resctrl_tests 7 | 4CFLAGS += $(KHDR_INCLUDES) 5 6TEST_GEN_PROGS := resctrl_tests 7 |
8LOCAL_HDRS += $(wildcard *.h) 9 |
|
8include ../lib.mk 9 | 10include ../lib.mk 11 |
10$(OUTPUT)/resctrl_tests: $(wildcard *.[ch]) | 12$(OUTPUT)/resctrl_tests: $(wildcard *.c) |