Initial commit of vpp code.
[vpp.git] / dpdk / dkms / Makefile
diff --git a/dpdk/dkms/Makefile b/dpdk/dkms/Makefile
new file mode 100644 (file)
index 0000000..452c7c2
--- /dev/null
@@ -0,0 +1,10 @@
+obj-m:=igb_uio.o
+
+CONFIG_MODULE_SIG=n
+
+EXTRA_CFLAGS += -Winline -I$(PWD)
+
+default:
+           $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
+clean:
+           $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean