aboutsummaryrefslogtreecommitdiff
path: root/makefiles/px4io_default.mk
blob: d4f43d7014e2255a101544996246744e3101db71 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for the px4io_default configuration
#

CONFIG		 = px4io_default
PLATFORM	 = px4io
SRCS		 = $(PX4_BASE)/platforms/empty.c

include $(PX4_BASE)/makefiles/firmware.mk