diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-10-24 15:21:40 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-10-24 15:37:37 +0100 |
commit | ecf1ba1c5000718d1f0d90270af33039b488c835 (patch) | |
tree | d27ce2622523ec0097c9d3c04a48984ed507a5ba /src/Makefile | |
parent | 787c0f30f5027ac3d072f0c5e53f970d8273e3ac (diff) |
src: fix src build issues
Change-Id: I8abf40a0034110dc504c227ffba1ff5e9ec6850b
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
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 |