mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
9 lines
250 B
Makefile
9 lines
250 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
|
||
|
|
||
|
include $(IDF_PATH)/make/component_common.mk
|