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

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)
>commite98d5fef8556f1da7f903fd1908feed84bb0f90d (patch) tree95a1268df894d6150ee31f5e97cbcb0c0ab32cc4 /net/802/fc.c parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: tps6507x: Drop pointless static qualifier for *reg_data variable
There is no need to use static for this local variable. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/802/fc.c')