summaryrefslogtreecommitdiffstats
path: root/src/dpdk
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk')
-rw-r--r--src/dpdk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index 65a634b7..c6cc7bb1 100644
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -50,6 +50,12 @@ clobber:
cleanse:
$(AT)cd $(WORK_DIR) && git clean -xfd && git checkout -f
+test:
+ @echo "Make test in $(WORK_DIR) (stub) "
+
+sanity:
+ @echo "Make sanity in $(WORK_DIR) (stub) "
+
$(WORK_DIR):
$(AT)git clone $(DPDK_URL)