summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/Makefile.am
blob: 081767cc77bf231b723823e09a044e9dd19d9145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
INCLUDES = 					\
	-I$(top_srcdir)/hw/kdrive/src		\
	-I$(top_srcdir)/mi			\
	-I$(top_srcdir)/fb			\
	-I$(top_srcdir)/miext/layer		\
	-I$(top_srcdir)/miext/shadow		\
	-I$(top_srcdir)/randr			\
	-I$(top_srcdir)/render			\
	$(XSERVER_CFLAGS)


noinst_LIBRARIES = liblinux.a

liblinux_a_SOURCES = 	\
	agp.c		\
	bus.c		\
	keyboard.c	\
	linux.c		\
	mouse.c		\
	ms.c		\
	ps2.c

if TSLIB
liblinux_a_SOURCES += tslib.c
endif

if H3600_TS
liblinux_a_SOURCES += ts.c
endif