summaryrefslogtreecommitdiff
path: root/os/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/config.mk')
-rw-r--r--os/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/config.mk b/os/config.mk
new file mode 100644
index 0000000..dd143ad
--- /dev/null
+++ b/os/config.mk
@@ -0,0 +1,5 @@
+TARGET_INCLUDES += $(ROOTDIR)/os/include
+
+ifeq ($(USE_MPU),true)
+TARGET_CPPFLAGS += -DUSING_MPU=1
+endif