aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-05-13 15:53:12 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-05-13 15:53:12 +0000
commit04bffe59658691d73e85077cf0fad9f484e0190d (patch)
tree7343943a4fbb8eecda19264fed2c55928e8f847e /examples
parentb85bb7a9bceb25edc355cc66160c0a881c553dbb (diff)
downloadv-usb-04bffe59658691d73e85077cf0fad9f484e0190d.tar.gz
v-usb-04bffe59658691d73e85077cf0fad9f484e0190d.tar.bz2
v-usb-04bffe59658691d73e85077cf0fad9f484e0190d.zip
- allow additional CPPFLAGS from the command line
Diffstat (limited to 'examples')
-rw-r--r--examples/usbtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/usbtool/Makefile b/examples/usbtool/Makefile
index f79fc03..d809e01 100644
--- a/examples/usbtool/Makefile
+++ b/examples/usbtool/Makefile
@@ -27,7 +27,7 @@ NAME = usbtool
OBJECTS = opendevice.o $(NAME).o
CC = gcc
-CFLAGS = $(USBFLAGS) -O -g -Wall
+CFLAGS = $(CPPFLAGS) $(USBFLAGS) -O -g -Wall
LIBS = $(USBLIBS)
PROGRAM = $(NAME)$(EXE_SUFFIX)