summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
committertakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
commitd19ac116d697fea31e71dff71653110cb16f7cbe (patch)
tree3fe2df024147b6e303b609e32da19c2f4d1d904e /sys/modules
parent1993966a915d2deee9ea5c82b97ff71c81cada17 (diff)
downloadFreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.zip
FreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.tar.gz
Make oldcard and newcard kernel module work.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/oldcard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile
index 990eb77..04cf35f 100644
--- a/sys/modules/oldcard/Makefile
+++ b/sys/modules/oldcard/Makefile
@@ -5,7 +5,7 @@
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 power_if.c card_if.c
+ power_if.h card_if.h
EXPORT_SYMS= YES # XXX evaluate
OpenPOWER on IntegriCloud