mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
#
|
|
# Trivial makefile for building APM
|
|
#
|
|
BOARD=uno
|
|
include ../../../libraries/../mk/apm.mk
|
|
|