diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-23 15:26:15 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-23 15:26:15 +0000 |
| commit | 5331081645245540ca41bd11ffeeda7a37bd2574 (patch) | |
| tree | 8569a1e2b673046f3a5f962e3e0ff0959a81bc17 /sys/modules | |
| parent | 9c918de3de4342d8ed3f0cd893ef02b31e7aaf34 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/vpo/Makefile | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 339da0701aba..f4ec8183a27d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -6,7 +6,7 @@ SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ if_sl if_tun ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \ ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste ti tl \ - ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vr wb xl + ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" diff --git a/sys/modules/vpo/Makefile b/sys/modules/vpo/Makefile new file mode 100644 index 000000000000..8c29762bf233 --- /dev/null +++ b/sys/modules/vpo/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/ppbus +KMOD= vpo +SRCS= bus_if.h device_if.h ppbus_if.h \ + opt_cam.h opt_scsi.h opt_vpo.h \ + immio.c vpo.c vpoio.c +NOMAN= +CFLAGS+= ${DEBUG_FLAGS} + +.include <bsd.kmod.mk> |
