summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-03-21 08:18:26 +0000
committerpst <pst@FreeBSD.org>1996-03-21 08:18:26 +0000
commit514b5c2840b7855d80c3b86c7a1e82e9e3c48903 (patch)
tree8a4bee0e37e1e621fe33d829b017aab2e4df41f6 /lkm
parentf77c95193c3d1288114a04962621505b8ff98c2e (diff)
downloadFreeBSD-src-514b5c2840b7855d80c3b86c7a1e82e9e3c48903.zip
FreeBSD-src-514b5c2840b7855d80c3b86c7a1e82e9e3c48903.tar.gz
Add in both parts of the driver. LKM qcam driver now works.
Diffstat (limited to 'lkm')
-rw-r--r--lkm/qcam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkm/qcam/Makefile b/lkm/qcam/Makefile
index d4fd422..18a2046 100644
--- a/lkm/qcam/Makefile
+++ b/lkm/qcam/Makefile
@@ -1,6 +1,6 @@
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = qcam_mod
-SRCS = qcam.c qcam.h
+SRCS = qcam.c qcamio.c qcam.h
MAN8 = qcam.8
CFLAGS += -I. -I/sys -DQCAM_MODULE -DACTUALLY_LKM_NOT_KERNEL
OpenPOWER on IntegriCloud