aboutsummaryrefslogtreecommitdiff
path: root/tools/usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/usb/Makefile')
-rw-r--r--tools/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/Makefile b/tools/usb/Makefile
index 8b704af1434..396d6c44e9d 100644
--- a/tools/usb/Makefile
+++ b/tools/usb/Makefile
@@ -3,7 +3,7 @@
CC = $(CROSS_COMPILE)gcc
PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
-CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS)
+CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) -I../include
all: testusb ffs-test
%: %.c