summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
blob: c470c7301636caed1fc2416a5c6219926a5d3dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CFLAGS += -Wall -O2 -I../../../include/uapi

test_objs = test_verifier test_tag test_maps test_lru_map test_lpm_map

TEST_PROGS := $(test_objs) test_kmod.sh
TEST_FILES := $(test_objs)

all: $(test_objs)

include ../lib.mk

clean:
	$(RM) $(test_objs)