mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00: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
|
|
|