summaryrefslogtreecommitdiff
path: root/configs/linux-cell-debug
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-cell-debug')
-rw-r--r--configs/linux-cell-debug10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/linux-cell-debug b/configs/linux-cell-debug
new file mode 100644
index 0000000..42f3245
--- /dev/null
+++ b/configs/linux-cell-debug
@@ -0,0 +1,10 @@
+# linux-cell-debug
+
+include $(TOP)/configs/linux-cell
+
+# just override name and OPT_FLAGS here:
+
+CONFIG_NAME = linux-cell-debug
+
+OPT_FLAGS = -g -DDEBUG
+