File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ INCLUDEDIR ?= /usr/include
33
44TARGETS = check_binder client manager service_provider
55LDLIBS += -lselinux -lrt
6- DEPS = binder_common.c binder_common.h
6+ DEPS = binder_common.c
77
88ifeq ($(shell test -e $(INCLUDEDIR ) /linux/android/binderfs.h && echo true) ,true)
99CFLAGS += -DHAVE_BINDERFS
1010TARGETS += check_binderfs
1111endif
1212
1313ifneq (,$(findstring -DHAVE_BPF,$(CFLAGS ) ) )
14- DEPS += ../bpf/bpf_common.c ../bpf/bpf_common.h
14+ DEPS += ../bpf/bpf_common.c
1515 LDLIBS += -lbpf
1616endif
1717
Original file line number Diff line number Diff line change 11TARGETS = bpf_test
2- DEPS = bpf_common.c bpf_common.h
2+ DEPS = bpf_common.c
33LDLIBS += -lselinux -lbpf
44
55# export so that BPF_ENABLED entries get built correctly on local build
Original file line number Diff line number Diff line change 11TARGETS = client server
22
33ifneq (,$(findstring -DHAVE_BPF,$(CFLAGS ) ) )
4- DEPS = ../bpf/bpf_common.c ../bpf/bpf_common.h
4+ DEPS = ../bpf/bpf_common.c
55 LDLIBS += -lbpf
66endif
77
Original file line number Diff line number Diff line change 11TARGETS = keyctl keyctl_relabel keyring_service request_keys
22LDLIBS += -lselinux -lkeyutils
33
4- $(TARGETS ) : keys_common.h
5-
64all : $(TARGETS )
75
86clean :
Original file line number Diff line number Diff line change 11TARGETS = tun_tap tun_relabel
2- DEPS = tun_common.c tun_common.h
2+ DEPS = tun_common.c
33LDLIBS += -lselinux
44
55all : $(TARGETS )
You can’t perform that action at this time.
0 commit comments