xref: /minix3/lib/lua/gpio/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc#	$NetBSD: Makefile,v 1.3 2011/10/11 07:10:15 plunky Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucLUA_MODULES=	gpio
4*11be35a1SLionel SambucLUA_SRCS.gpio=	gpio.c
5*11be35a1SLionel Sambuc
6*11be35a1SLionel Sambuc.include <bsd.lua.mk>
7