8ce574de3b
Submitted by: Rajesh Kumar <rajbsd@gmail.com> Differential Revision: https://reviews.freebsd.org/D16865
9 lines
185 B
Makefile
9 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/amdgpio
|
|
KMOD= amdgpio
|
|
SRCS= amdgpio.c
|
|
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h pic_if.h opt_acpi.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|