src/dpdk: Rebind DPDK ports to the original driver
[vswitchperf.git] / src / l2fwd / Makefile
index 21fbe5b..b920769 100644 (file)
@@ -25,13 +25,20 @@ PWD := $(shell pwd)
 all:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
 
+force_make: all
+
 sanity:
-       echo "Done"
+       @echo "Make sanity in $(WORK_DIR) (stub) "
 
 clean:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
        rm -f l2fwd*deb
 
+cleanse: clean
+
+clobber: clean
+
+
 install:
        sudo mkdir /lib/modules/`uname -r`/kernel/net/core
        sudo cp *.ko /lib/modules/`uname -r`/kernel/net/core