freebsd-dev/sys/modules/oldcard/Makefile
Warner Losh dba6dd177b Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
2004-05-26 00:53:10 +00:00

17 lines
347 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
KMOD= oldcard
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
power_if.h card_if.h pccarddevs.h
EXPORT_SYMS= YES # XXX evaluate
.if ${MACHINE} == "pc98"
SRCS += mecia.c
.endif
.include <bsd.kmod.mk>