6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
11 lines
273 B
Makefile
11 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
KMOD = miibus
|
|
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h
|
|
SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c
|
|
SRCS += mlphy.c tlphy.c rlphy.c amphy.c mxphy.c
|
|
CFLAGS += ${DEBUG_FLAGS}
|
|
|
|
.include <bsd.kmod.mk>
|