From 40c949ffa4c1a5c715b1d8982adb0fd714cacced Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Apr 2005 07:43:27 +0000 Subject: [PATCH] Create a puc module. Not connected to the build until I can test it on more machines. --- sys/modules/puc/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/puc/Makefile diff --git a/sys/modules/puc/Makefile b/sys/modules/puc/Makefile new file mode 100644 index 000000000000..b011db5117c9 --- /dev/null +++ b/sys/modules/puc/Makefile @@ -0,0 +1,10 @@ + +# $FreeBSD$ + +.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 + +.include