NetBSD/sys/modules/if_cdce/Makefile
mrg 266af95eb4 add modules for all usbnet drivers not present.
only some (axe, axen, ure, cdce) of these are tested.

will link into build in a separate change.
2019-09-17 04:38:08 +00:00

14 lines
205 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/09/17 04:38:08 mrg Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/usb
KMOD= if_cdce
IOCONF= if_cdce.ioconf
SRCS= if_cdce.c
CPPFLAGS+= -DINET
.include <bsd.kmodule.mk>