Module Name: src
Committed By: mbalmer
Date: Fri Oct 18 08:03:48 UTC 2013
Modified Files:
src/sys/conf: Makefile.kern.inc majors
Log Message:
add a device-major for lua(4)
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.66 -r1.67 src/sys/conf/majors
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.162 src/sys/conf/Makefile.kern.inc:1.163
--- src/sys/conf/Makefile.kern.inc:1.162 Sat Sep 21 22:28:12 2013
+++ src/sys/conf/Makefile.kern.inc Fri Oct 18 08:03:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.162 2013/09/21 22:28:12 joerg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.163 2013/10/18 08:03:48 mbalmer Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -56,7 +56,8 @@ S!= cd ../../../..; pwd
## CPPFLAGS, CFLAGS, and AFLAGS must be set in the port's Makefile
##
INCLUDES?= -I. ${EXTRA_INCLUDES} -I${S}/../common/include -I$S/arch \
- -I$S -nostdinc
+ -I$S -nostdinc -I${S}/../external/mit/lua/dist/src \
+ -I${S}/modules/lua
CPPFLAGS+= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D_KERNEL_OPT
CPPFLAGS+= -std=gnu99
DEFCOPTS?= -O2
Index: src/sys/conf/majors
diff -u src/sys/conf/majors:1.66 src/sys/conf/majors:1.67
--- src/sys/conf/majors:1.66 Mon Apr 22 16:49:14 2013
+++ src/sys/conf/majors Fri Oct 18 08:03:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: majors,v 1.66 2013/04/22 16:49:14 rkujawa Exp $
+# $NetBSD: majors,v 1.67 2013/10/18 08:03:48 mbalmer Exp $
#
# Device majors for Machine-Independent drivers.
#
@@ -54,3 +54,4 @@ device-major mfi char 205 mfi
device-major seeprom char 206 seeprom
device-major dtrace char 207 dtrace
device-major spiflash char 208 block 208 spiflash
+device-major lua char 209 lua