Deleted Added
full compact
Makefile (151350) Makefile (158124)
1# $FreeBSD: head/sys/modules/sio/Makefile 151350 2005-10-14 23:30:17Z yar $
1# $FreeBSD: head/sys/modules/sio/Makefile 158124 2006-04-28 21:21:53Z marcel $
2
3.if ${MACHINE} == "pc98"
4.PATH: ${.CURDIR}/../../pc98/cbus
5.endif
6.PATH: ${.CURDIR}/../../dev/sio
7
8KMOD= sio
2
3.if ${MACHINE} == "pc98"
4.PATH: ${.CURDIR}/../../pc98/cbus
5.endif
6.PATH: ${.CURDIR}/../../dev/sio
7
8KMOD= sio
9SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h \
9SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h serdev_if.h \
10 opt_comconsole.h opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
11 sio.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
12.if ${MACHINE} == "pc98"
13SRCS+= sio_cbus.c
14.else
15SRCS+= sio_isa.c
16.endif
17

--- 12 unchanged lines hidden ---
10 opt_comconsole.h opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \
11 sio.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h
12.if ${MACHINE} == "pc98"
13SRCS+= sio_cbus.c
14.else
15SRCS+= sio_isa.c
16.endif
17

--- 12 unchanged lines hidden ---