Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / connector / Makefile
diff --git a/kernel/Documentation/connector/Makefile b/kernel/Documentation/connector/Makefile
new file mode 100644 (file)
index 0000000..d98e4df
--- /dev/null
@@ -0,0 +1,16 @@
+ifneq ($(CONFIG_CONNECTOR),)
+obj-m += cn_test.o
+endif
+
+# List of programs to build
+hostprogs-y := ucon
+
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)
+
+HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
+
+all: modules
+
+modules clean:
+       $(MAKE) -C ../.. SUBDIRS=$(PWD) $@