mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
Makefile: Add more top-level directories
Example programs seems to get out-of-sync (bit rot) more easily when nobody sees the compile issues. Thus, add more to the top-level Makefile. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
6
Makefile
6
Makefile
@ -13,7 +13,11 @@ MAKEFLAGS += --no-print-directory
|
||||
Q = @
|
||||
endif
|
||||
|
||||
SUBDIRS := encap-forward lsm-nobpf
|
||||
SUBDIRS := encap-forward
|
||||
SUBDIRS += lsm-nobpf
|
||||
SUBDIRS += nat64-bpf
|
||||
SUBDIRS += traffic-pacing-edt
|
||||
|
||||
.PHONY: check_submodule help clobber distclean clean $(SUBDIRS)
|
||||
|
||||
all: lib $(SUBDIRS)
|
||||
|
Reference in New Issue
Block a user