Skip to content
Snippets Groups Projects
Commit 22d15b86 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Makefile tweaks, libusbx logging and git submodule init

parent 92342e2e
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ endif ...@@ -41,7 +41,7 @@ endif
ifneq ("$(DEBUG)", "") ifneq ("$(DEBUG)", "")
# Debug build # Debug build
TARGET := debug-$(TARGET) TARGET := debug-$(TARGET)
CPPFLAGS += -g -DDEBUG CPPFLAGS += -g -DDEBUG -DENABLE_LOGGING
else else
# Optimized build # Optimized build
POSTBUILD_CMD := strip $(TARGET) POSTBUILD_CMD := strip $(TARGET)
...@@ -119,7 +119,7 @@ clean: ...@@ -119,7 +119,7 @@ clean:
rm -f $(CLEAN_FILES) $(TARGET) rm -f $(CLEAN_FILES) $(TARGET)
# Git submodule setup # Git submodule setup
libusbx/libusb/core.c: libusbx/libusb/libusb.h:
git submodule init git submodule init
git submodule update git submodule update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment