diff options
author | harti <harti@FreeBSD.org> | 2003-06-16 15:25:51 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-06-16 15:25:51 +0000 |
commit | 4ff84553feac95c9196b4370807165a2c9466295 (patch) | |
tree | f3cce1d0402bd996275541291eed0873884a3791 /sys/modules/en | |
parent | ad09c2b1f782a02769ed2aedd560b85f2ba7302a (diff) | |
download | FreeBSD-src-4ff84553feac95c9196b4370807165a2c9466295.zip FreeBSD-src-4ff84553feac95c9196b4370807165a2c9466295.tar.gz |
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.
Diffstat (limited to 'sys/modules/en')
-rw-r--r-- | sys/modules/en/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |