mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
b80575fcff
This is a first cut; it builds one firmware for each of FMU and IO.
8 lines
133 B
Makefile
8 lines
133 B
Makefile
#
|
|
# Makefile for the px4fmu_default configuration
|
|
#
|
|
|
|
SRCS = $(PX4BASE)/platforms/empty.c
|
|
|
|
include $(PX4BASE)/makefiles/firmware.mk
|