Subversion Repositories shark

Rev

Rev 1618 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1681 fabio 1
targets:= libinput.a
494 giacomo 2
 
1681 fabio 3
libinput.a-objs:=	\
4
	input.o		\
5
	serio/		\
6
	mouse/		\
7
	keyboard/	\
8
	misc/		\
9
	gameport/	\
10
	joystick/	\
11
	handler/	\
12
	shark/
494 giacomo 13
 
1681 fabio 14
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
494 giacomo 15