From 4ff84553feac95c9196b4370807165a2c9466295 Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 16 Jun 2003 15:25:51 +0000 Subject: Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en) so that all of the driver sources are in one place. Adjust the configuration files and the module build. --- sys/modules/en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/en/Makefile b/sys/modules/en/Makefile index dfd1956..19781c5 100644 --- a/sys/modules/en/Makefile +++ b/sys/modules/en/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pci ${.CURDIR}/../../dev/en +.PATH: ${.CURDIR}/../../dev/en KMOD= if_en SRCS= if_en_pci.c midway.c device_if.h bus_if.h pci_if.h -- cgit v1.1