mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Move oofatfs and drivers objects to port Makefile
This commit is contained in:
parent
480e747c56
commit
5f3d41e3dc
11
src/Makefile
11
src/Makefile
@ -357,17 +357,6 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/,\
|
||||
LIBS += $(MICROPY_DIR)/drivers/cyw43/libcyw43.a
|
||||
endif
|
||||
|
||||
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/lib/oofatfs/,\
|
||||
ff.o \
|
||||
ffunicode.o \
|
||||
)
|
||||
|
||||
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/drivers/,\
|
||||
bus/softspi.o \
|
||||
dht/dht.o \
|
||||
memory/spiflash.o \
|
||||
)
|
||||
|
||||
#------------- CubeAI Objects -------------------#
|
||||
ifeq ($(CUBEAI), 1)
|
||||
include $(TOP_DIR)/stm32cubeai/cube.mk
|
||||
|
||||
@ -178,3 +178,14 @@ OMV_PORT_MPY_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/extmod/,\
|
||||
moduasyncio.o \
|
||||
)
|
||||
|
||||
OMV_PORT_MPY_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/lib/oofatfs/,\
|
||||
ff.o \
|
||||
ffunicode.o \
|
||||
)
|
||||
|
||||
OMV_PORT_MPY_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/drivers/,\
|
||||
bus/softspi.o \
|
||||
dht/dht.o \
|
||||
memory/spiflash.o \
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user