summaryrefslogtreecommitdiff
path: root/src/.config
diff options
context:
space:
mode:
Diffstat (limited to 'src/.config')
-rw-r--r--src/.config18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/.config b/src/.config
new file mode 100644
index 0000000..1251fac
--- /dev/null
+++ b/src/.config
@@ -0,0 +1,18 @@
+#############################################
+# BUILD OPTION
+#############################################
+# - BUILD_MODE : debug | release
+# - BUILD_CROSS : y | n
+# - SILENT_BUILD_MODE : y | n
+#############################################
+
+BUILD_MODE=release
+BUILD_CROSS=y
+
+SILENT_BUILD_MODE=y
+
+ifeq ($(BUILD_CROSS),y)
+ARCH=mipsel
+FLATFORM=mipsel-oe-linux
+OE_TOP=/media/840EVO/vuplus/16/vuduo2/build/tmp
+endif