Date: Wed, 19 Apr 2006 00:55:27 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95570 for review Message-ID: <200604190055.k3J0tR24024873@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95570 Change 95570 by marcel@marcel_nfs on 2006/04/19 00:54:59 Update puc(4) module build. Affected files ... .. //depot/projects/uart/modules/puc/Makefile#2 edit Differences ... ==== //depot/projects/uart/modules/puc/Makefile#2 (text+ko) ==== @@ -2,9 +2,13 @@ # $FreeBSD: src/sys/modules/puc/Makefile,v 1.1 2005/04/22 07:43:27 imp Exp $ .PATH: ${.CURDIR}/../../dev/puc + KMOD= puc -SRCS= bus_if.h device_if.h pci_if.h card_if.h \ - puc.c puc_pci.c puc_pccard.c pucdata.c \ - opt_puc.h +SRCS= puc.c puc_cfg.c puc_pci.c puc_pccard.c pucdata.c +SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h \ + card_if.h pci_if.h + +MFILES= kern/bus_if.m kern/device_if.m kern/serdev_if.m \ + dev/pccard/card_if.m dev/pci/pci_if.m .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604190055.k3J0tR24024873>