mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 07:19:05 +08:00
12 lines
135 B
Makefile
12 lines
135 B
Makefile
#
|
|
# RAMTRON file system driver
|
|
#
|
|
|
|
MODULE_COMMAND = mtd
|
|
SRCS = mtd.c 24xxxx_mtd.c
|
|
|
|
MAXOPTIMIZATION = -Os
|
|
|
|
EXTRACFLAGS = -Wno-error
|
|
|