]> Git Repo - linux.git/blob - tools/testing/selftests/net/lib/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / tools / testing / selftests / net / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 CFLAGS =  -Wall -Wl,--no-as-needed -O2 -g
4 CFLAGS += -I../../../../../usr/include/ $(KHDR_INCLUDES)
5 # Additional include paths needed by kselftest.h
6 CFLAGS += -I../../
7
8 TEST_FILES := ../../../../../Documentation/netlink/specs
9 TEST_FILES += ../../../../net/ynl
10
11 TEST_GEN_FILES += csum
12
13 TEST_INCLUDES := $(wildcard py/*.py)
14
15 include ../../lib.mk
This page took 0.034938 seconds and 4 git commands to generate.