mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
7 lines
146 B
Makefile
7 lines
146 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
|
||
|
|
||
|
TEST_GEN_PROGS := sysmap_is_sealed
|
||
|
|
||
|
include ../lib.mk
|