9900a2bb5e
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
183 B
Makefile
13 lines
183 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ex
|
|
|
|
KMOD= if_ex
|
|
SRCS= if_ex.c \
|
|
if_ex_isa.c isa_if.h \
|
|
if_ex_pccard.c card_if.h \
|
|
bus_if.h device_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|