powerpc/mm/4k: don't allocate larger pmd page table for 4k
[linux/fpc-iii.git] / tools / testing / selftests / bpf / Makefile
blob7a5f24543a5f06fc92e2c0c139f6af7a05f9ea37
1 CFLAGS += -Wall -O2 -I../../../../usr/include
3 test_objs = test_verifier test_maps test_lru_map
5 TEST_PROGS := test_verifier test_maps test_lru_map test_kmod.sh
6 TEST_FILES := $(test_objs)
8 all: $(test_objs)
10 include ../lib.mk
12 clean:
13 $(RM) $(test_objs)