From def0169f4147c1680366295496fb4ed1ff63ed6c Mon Sep 17 00:00:00 2001 From: Jesper Dangaard Brouer Date: Fri, 2 Sep 2022 14:34:04 +0200 Subject: [PATCH] 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 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38e3bb7..28f8768 100644 --- a/Makefile +++ b/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)