mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-27 03:54:51 +02:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += -I../../../../usr/include/
|
|
|
|
TEST_GEN_PROGS := kcmp_test
|
|
|
|
EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
|
|
|
|
include ../lib.mk
|
|
|