[qca-nss-sfe] Added top level Makefile

Change-Id: Iaf79438faa54a5a0ba0342cdd71ba8aac8cf543e
Signed-off-by: Suruchi Agarwal <suruchia@codeaurora.org>
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..753854a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+# Makefile for the sfe modules
+
+ccflags-y := -I$(obj) -I$(obj)/..
+
+
+obj-$(simulated-driver)+= simulated-driver/
+obj-$(shortcut-fe)+=shortcut-fe/
+
+obj ?= .