Subversion Repositories shark

Rev

Rev 1681 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets:= libusb.a
2
 
3
libusb.a-objs:=		\
4
	core/		\
5
        host/		\
6
	shark_glue/	\
7
	media/		\
8
	input/		\
9
	serial/
10
 
11
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include	\
12
	-I$(curdir)/core -I$(curdir)/host -D__KERNEL__		\
13
	-DCONFIG_USB_HIDINPUT -DCONFIG_USB_SERIAL_PL2303	\
14
	-DCONFIG_USB_DEBUG
15