diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e7a472c1..4785e854 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,9 +32,12 @@ $(SUBBUILDS): with-dpdk: export WITH_DPDK + include mk/master.mk SUBDIRS = +ifdef WITH_DPDK SUBDIRS += dpdk +endif SUBDIRS += libpqos SUBDIRS += pmu-tools SUBDIRS += collectd |