1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Add in both parts of the driver. LKM qcam driver now works.

This commit is contained in:
Paul Traina 1996-03-21 08:18:26 +00:00
parent 715ec5c7b9
commit 58d7d1ab6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14735

View File

@ -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