diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-04-22 07:43:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-04-22 07:43:27 +0000 |
| commit | 40c949ffa4c1a5c715b1d8982adb0fd714cacced (patch) | |
| tree | bca5eb163117edf3d531091269684c20dd65f9f9 /sys/modules/puc | |
| parent | 8773a80bafb723a9f5c683ed2ce22f673cc3b259 (diff) | |
Notes
Diffstat (limited to 'sys/modules/puc')
| -rw-r--r-- | sys/modules/puc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 <bsd.kmod.mk> |
