Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf add a device-major for lua(4)
details: https://anonhg.NetBSD.org/src/rev/a53ad5cc1338
branches: trunk
changeset: 790603:a53ad5cc1338
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Fri Oct 18 08:03:48 2013 +0000
description:
add a device-major for lua(4)
diffstat:
sys/conf/Makefile.kern.inc | 5 +++--
sys/conf/majors | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r a535625edb04 -r a53ad5cc1338 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Fri Oct 18 07:49:06 2013 +0000
+++ b/sys/conf/Makefile.kern.inc Fri Oct 18 08:03:48 2013 +0000
@@ -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 @@
## 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
diff -r a535625edb04 -r a53ad5cc1338 sys/conf/majors
--- a/sys/conf/majors Fri Oct 18 07:49:06 2013 +0000
+++ b/sys/conf/majors Fri Oct 18 08:03:48 2013 +0000
@@ -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 seeprom char 206 seeprom
device-major dtrace char 207 dtrace
device-major spiflash char 208 block 208 spiflash
+device-major lua char 209 lua
Home |
Main Index |
Thread Index |
Old Index