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

CONFIG		 = px4fmu_default
PLATFORM	 = px4fmu
SRCS		 = $(PX4_BASE)/platforms/empty.c

include $(PX4_BASE)/makefiles/firmware.mk