# BPA, 05/03/2001

CFLAGS += -g -Wall

# CFLAGS += -I/usr/src/linux/include
# CFLAGS += -D__KERNEL__
# we add __KERNEL__ to get the definition of struct usb_device_descriptor
# I'm not sure this is the proper way. OK :this is not.
# BTW /usr/src/linux/include = /usr/include/linux

# If using libusb

CFLAGS  += -I/usr/local/include
LDDIR   += -L/usr/local/lib
LDFLAGS += -lusb

