mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove libusbcore and libusbdevcore from Makefile
* Remove USB libraries and use MP's stack for now.
This commit is contained in:
parent
4620861ccc
commit
d175c69d19
@ -34,7 +34,8 @@ SRCS = $(wildcard *.c) $(wildcard py/*.c)
|
||||
OBJS = $(addprefix $(BUILD_DIR)/, $(SRCS:.c=.o))
|
||||
|
||||
# Libraries
|
||||
LIB = -lmp -lc -lm -ldsp -lstdperiph -lusbcore -lusbdevcore
|
||||
#LIB = -lmp -lc -lm -ldsp -lstdperiph -lusbcore -lusbdevcore
|
||||
LIB = -lmp -lc -lm -ldsp -lstdperiph
|
||||
|
||||
all:: $(BUILD_DIR) $(BUILD_DIR) $(BUILD_DIR)/$(BIN).bin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user