aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4cannode-v1_bootloader.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/config_px4cannode-v1_bootloader.mk')
-rw-r--r--makefiles/config_px4cannode-v1_bootloader.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/makefiles/config_px4cannode-v1_bootloader.mk b/makefiles/config_px4cannode-v1_bootloader.mk
new file mode 100644
index 000000000..389f2d0c1
--- /dev/null
+++ b/makefiles/config_px4cannode-v1_bootloader.mk
@@ -0,0 +1,14 @@
+#
+# Makefile for the px4cannode_bootloader configuration
+#
+
+#
+# Board support modules
+#
+MODULES += drivers/boards/px4cannode-v1/bootloader
+
+SRC_SEARCH = can src common uavcan
+
+INCLUDE_DIRS += $(addprefix $(PX4_MODULE_SRC)$(MODULES)/,$(SRC_SEARCH))
+
+