aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4io_default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/config_px4io_default.mk')
-rw-r--r--makefiles/config_px4io_default.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefiles/config_px4io_default.mk b/makefiles/config_px4io_default.mk
new file mode 100644
index 000000000..f47e7968b
--- /dev/null
+++ b/makefiles/config_px4io_default.mk
@@ -0,0 +1,8 @@
+#
+# Makefile for the px4io_default configuration
+#
+
+CONFIG = px4io_default
+SRCS = $(PX4_BASE)/platforms/empty.c
+
+include $(PX4_BASE)/makefiles/firmware.mk