mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 14:10:36 +08:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
#
|
|
# Makefile to build the IRLock driver.
|
|
#
|
|
|
|
MODULE_COMMAND = irlock
|
|
|
|
SRCS = irlock.cpp
|
|
|
|
MAXOPTIMIZATION = -Os
|