mirror of
https://github.com/micropython/micropython.git
synced 2025-08-23 02:50:24 +02:00
examples/embedding: Remove obsolete fatfs files from build.
This commit is contained in:
@@ -149,13 +149,6 @@ LIB_SRC_C = $(addprefix lib/,\
|
||||
timeutils/timeutils.c \
|
||||
)
|
||||
|
||||
ifeq ($(MICROPY_FATFS),1)
|
||||
LIB_SRC_C += $(addprefix lib/,\
|
||||
fatfs/ff.c \
|
||||
fatfs/option/ccsbcs.c \
|
||||
)
|
||||
endif
|
||||
|
||||
OBJ = $(PY_O)
|
||||
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
|
||||
OBJ += $(addprefix $(BUILD)/, $(LIB_SRC_C:.c=.o))
|
||||
|
Reference in New Issue
Block a user