summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Makefile.am
blob: 4e9d7861b02eb763eaacc8093496a3a00f5392a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LIBRARIES = libbus.a
sdk_HEADERS = xf86Pci.h

PCI_SOURCES = @XORG_OS@Pci.c ix86Pci.c

libbus_a_SOURCES = Pci.c $(PCI_SOURCES)

if XORG_BUS_SBUS
	libbus_a_SOURCES += Sbus.c
endif

INCLUDES = $(XORG_INCS)

EXTRA_DIST = \
	460gxPCI.h \
	Pci.h \
	altixPCI.h \
	e8870PCI.h \
	zx1PCI.h