Makefile 175 B

123456
  1. # SPDX-License-Identifier: GPL-2.0
  2. CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
  3. LDFLAGS += -lpthread
  4. TEST_GEN_PROGS := sigtrap_threads remove_on_exec
  5. include ../lib.mk