diff options
author | jfv <jfv@FreeBSD.org> | 2013-02-28 22:48:00 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2013-02-28 22:48:00 +0000 |
commit | bc5c536f334d343f0670e47307141285f4d6e45c (patch) | |
tree | b34d9c16453ddcd9c7af1f51ca2987d1945cf073 | |
parent | 3349e30b760bb6888afd0152b4b976c656c042ea (diff) | |
download | FreeBSD-src-bc5c536f334d343f0670e47307141285f4d6e45c.zip FreeBSD-src-bc5c536f334d343f0670e47307141285f4d6e45c.tar.gz |
Change the ixgbe module name to if_ixgbe to conform
to the usual naming convention.
-rw-r--r-- | sys/modules/ixgbe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index 1bc64a0..6abdf7a 100644 --- a/sys/modules/ixgbe/Makefile +++ b/sys/modules/ixgbe/Makefile @@ -4,7 +4,7 @@ .PATH: ${.CURDIR}/../../dev/ixgbe -KMOD = ixgbe +KMOD = if_ixgbe SRCS = device_if.h bus_if.h pci_if.h SRCS += opt_inet.h opt_inet6.h SRCS += ixgbe.c ixv.c |