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
8 lines
165 B
Makefile
8 lines
165 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/chromebook_platform
|
|
KMOD= chromebook_platform
|
|
SRCS= chromebook_platform.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|