Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/lua/gpio Makefile to build gpio.so.



details:   https://anonhg.NetBSD.org/src/rev/efeafec2bb2a
branches:  trunk
changeset: 770211:efeafec2bb2a
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Oct 08 08:36:27 2011 +0000

description:
Makefile to build gpio.so.

diffstat:

 lib/lua/gpio/Makefile |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r 7495ae317496 -r efeafec2bb2a lib/lua/gpio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/lua/gpio/Makefile     Sat Oct 08 08:36:27 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index