Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/wip/libnet80211 Support net80211 in rump (for w...
details: https://anonhg.NetBSD.org/src/rev/7b810c9c55d2
branches: trunk
changeset: 747874:7b810c9c55d2
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Oct 04 10:40:40 2009 +0000
description:
Support net80211 in rump (for wireless device drivers, therefore in "dev")
diffstat:
sys/rump/dev/wip/libnet80211/Makefile | 19 +++++++++++++++++++
sys/rump/dev/wip/libnet80211/shlib_version | 4 ++++
2 files changed, 23 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r 583ef448bbbb -r 7b810c9c55d2 sys/rump/dev/wip/libnet80211/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/wip/libnet80211/Makefile Sun Oct 04 10:40:40 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2009/10/04 10:40:40 pooka Exp $
+#
+
+.PATH: ${.CURDIR}/../../../../net80211
+
+LIB= rumpdev_net80211
+
+SRCS= ieee80211.c ieee80211_acl.c ieee80211_amrr.c ieee80211_crypto.c \
+ ieee80211_crypto_ccmp.c ieee80211_crypto_none.c \
+ ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_input.c\
+ ieee80211_ioctl.c ieee80211_netbsd.c ieee80211_node.c \
+ ieee80211_output.c ieee80211_proto.c ieee80211_rssadapt.c \
+ ieee80211_xauth.c
+
+CFLAGS+= -Wno-pointer-sign
+CPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpnet/opt
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r 583ef448bbbb -r 7b810c9c55d2 sys/rump/dev/wip/libnet80211/shlib_version
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/wip/libnet80211/shlib_version Sun Oct 04 10:40:40 2009 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: shlib_version,v 1.1 2009/10/04 10:40:40 pooka Exp $
+#
+major=0
+minor=0
Home |
Main Index |
Thread Index |
Old Index