mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
7 lines
204 B
Makefile
7 lines
204 B
Makefile
COMPONENT_SRCDIRS:=. option
|
|
# TODO: add Kconfig to select code page used?
|
|
COMPONENT_OBJS:=diskio.o ff.o myfatfs.o option/unicode.o
|
|
COMPONENT_ADD_INCLUDEDIRS:=.
|
|
|
|
EXTRA_CFLAGS:=-imacros fatfs_prefix_lib.h
|