diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2011-10-08 08:36:27 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2011-10-08 08:36:27 +0000 |
| commit | b74abf441ea9db0302254765ad31b973368a0c0b (patch) | |
| tree | 063b8570c765450b3af3f9ae2e57ca28c5e54336 /lib/lua | |
| parent | dccb525758af180d9d1723a06b2b44a0dea32c4b (diff) | |
Makefile to build gpio.so.
Diffstat (limited to 'lib/lua')
| -rw-r--r-- | lib/lua/gpio/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lua/gpio/Makefile b/lib/lua/gpio/Makefile new file mode 100644 index 00000000000..0e051064e58 --- /dev/null +++ b/lib/lua/gpio/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2011/10/08 08:36:27 mbalmer Exp $ + +LUA_MODULES= gpio +LUA_SRCS.gpio= gpio.c + +.include <bsd.lua.mk> |
