6b7b2d80ed
Make it compile only for i386/amd64 for now as it's been tested there. It's quite possible it'll show up elsewhere and we can enable it for other architectures later. Tested: * PC Engines APU1C4 Submitted by: Daniel Wyatt <daniel@dewyatt.com> Reviewed by: adrian, loos Differential Revision: https://reviews.freebsd.org/D5389
9 lines
165 B
Makefile
9 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/nctgpio
|
|
KMOD= nctgpio
|
|
SRCS= nctgpio.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|