mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
#
|
|
# Makefile for the px4fmu_default configuration
|
|
#
|
|
|
|
CONFIG = px4fmu_default
|
|
SRCS = $(PX4_BASE)/platforms/empty.c
|
|
ROMFS_ROOT = $(PX4_BASE)/ROMFS/$(CONFIG)
|
|
|
|
include $(PX4_BASE)/makefiles/firmware.mk
|