Makefile 270 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2
  3. CFLAGS += $(KHDR_INCLUDES)
  4. TEST_GEN_PROGS := resctrl_tests
  5. LOCAL_HDRS += $(wildcard *.h)
  6. include ../lib.mk
  7. CFLAGS += -I$(top_srcdir)/tools/include
  8. $(OUTPUT)/resctrl_tests: $(wildcard *.c)