mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-02-06 21:18:25 +08:00
7 lines
196 B
Makefile
7 lines
196 B
Makefile
COMPONENT_SRCDIRS:=.
|
|
# TODO: add Kconfig to select code page used?
|
|
COMPONENT_OBJS:=diskio.o ff.o myfatfs.o ffunicode.o ffsystem.o
|
|
COMPONENT_ADD_INCLUDEDIRS:=.
|
|
|
|
CFLAGS+=-imacros fatfs_prefix_lib.h
|