Add the if_media_80 source file to the module. The module's initialization

code was already updated.
This commit is contained in:
pgoyette 2019-06-22 17:37:45 +00:00
parent 8d122c4997
commit ec5b4915f3

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $
# $NetBSD: Makefile,v 1.3 2019/06/22 17:37:45 pgoyette Exp $
.include "../Makefile.inc"
@ -10,5 +10,6 @@ CPPFLAGS+= -DCOMPAT_80
SRCS+= compat_80_mod.c
SRCS+= kern_mod_80.c
SRCS+= if_media_80.c
.include <bsd.kmodule.mk>