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:
Jesper Dangaard Brouer
2022-09-02 14:34:04 +02:00
parent 7fe6d862e8
commit def0169f41

View File

@ -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)