Remove libusbcore and libusbdevcore from Makefile

* Remove USB libraries and use MP's stack for now.
This commit is contained in:
iabdalkader 2014-02-03 17:48:08 +02:00
parent 4620861ccc
commit d175c69d19

View File

@ -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