summaryrefslogtreecommitdiff
path: root/libdde_linux26/lib/src_ip
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 23:11:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 23:11:02 +0200
commitcded208c7ea6d107dcbfdb2e2d4622daf41c2886 (patch)
treea04a03736b0a928c2954382f924aadb105ee39cc /libdde_linux26/lib/src_ip
parentfc82e00ca1e174cb961dea6ad37622e9b26cd899 (diff)
remove .svn directories
Diffstat (limited to 'libdde_linux26/lib/src_ip')
-rw-r--r--libdde_linux26/lib/src_ip/.svn/all-wcprops17
-rw-r--r--libdde_linux26/lib/src_ip/.svn/entries99
-rw-r--r--libdde_linux26/lib/src_ip/.svn/format1
-rw-r--r--libdde_linux26/lib/src_ip/.svn/text-base/Makefile.svn-base52
-rw-r--r--libdde_linux26/lib/src_ip/.svn/text-base/broken.svn-base0
-rw-r--r--libdde_linux26/lib/src_ip/linux/.svn/all-wcprops11
-rw-r--r--libdde_linux26/lib/src_ip/linux/.svn/entries62
-rw-r--r--libdde_linux26/lib/src_ip/linux/.svn/format1
-rw-r--r--libdde_linux26/lib/src_ip/linux/.svn/text-base/autoconf.h.svn-base5
9 files changed, 0 insertions, 248 deletions
diff --git a/libdde_linux26/lib/src_ip/.svn/all-wcprops b/libdde_linux26/lib/src_ip/.svn/all-wcprops
deleted file mode 100644
index d04375ed..00000000
--- a/libdde_linux26/lib/src_ip/.svn/all-wcprops
+++ /dev/null
@@ -1,17 +0,0 @@
-K 25
-svn:wc:ra_dav:version-url
-V 61
-/repos/tudos/!svn/ver/455/trunk/l4/pkg/dde/linux26/lib/src_ip
-END
-broken
-K 25
-svn:wc:ra_dav:version-url
-V 68
-/repos/tudos/!svn/ver/455/trunk/l4/pkg/dde/linux26/lib/src_ip/broken
-END
-Makefile
-K 25
-svn:wc:ra_dav:version-url
-V 70
-/repos/tudos/!svn/ver/322/trunk/l4/pkg/dde/linux26/lib/src_ip/Makefile
-END
diff --git a/libdde_linux26/lib/src_ip/.svn/entries b/libdde_linux26/lib/src_ip/.svn/entries
deleted file mode 100644
index f5379f5f..00000000
--- a/libdde_linux26/lib/src_ip/.svn/entries
+++ /dev/null
@@ -1,99 +0,0 @@
-9
-
-dir
-465
-http://svn.tudos.org/repos/tudos/trunk/l4/pkg/dde/linux26/lib/src_ip
-http://svn.tudos.org/repos/tudos
-
-
-
-2009-05-20T14:32:55.606606Z
-455
-l4check
-
-
-svn:special svn:externals svn:needs-lock
-
-
-
-
-
-
-
-
-
-
-
-a704ac0b-3a55-4d43-a2a9-7be6f07c34fb
-
-linux
-dir
-
-broken
-file
-
-
-
-
-2009-11-15T17:17:04.000000Z
-d41d8cd98f00b204e9800998ecf8427e
-2009-05-20T14:32:55.606606Z
-455
-l4check
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-0
-
-Makefile
-file
-
-
-
-
-2009-11-15T17:17:04.000000Z
-7e808a8830267ec522311a3fa05f9776
-2008-03-18T03:51:56.301196Z
-322
-l4check
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1774
-
diff --git a/libdde_linux26/lib/src_ip/.svn/format b/libdde_linux26/lib/src_ip/.svn/format
deleted file mode 100644
index ec635144..00000000
--- a/libdde_linux26/lib/src_ip/.svn/format
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/libdde_linux26/lib/src_ip/.svn/text-base/Makefile.svn-base b/libdde_linux26/lib/src_ip/.svn/text-base/Makefile.svn-base
deleted file mode 100644
index 9665ff9b..00000000
--- a/libdde_linux26/lib/src_ip/.svn/text-base/Makefile.svn-base
+++ /dev/null
@@ -1,52 +0,0 @@
-PKGDIR ?= ../../..
-L4DIR ?= $(PKGDIR)/../..
-CONTRIB ?= $(PKGDIR)/linux26/contrib
-
--include $(PKGDIR_OBJ)/Makeconf
-
-ifeq ($(CONFIG_DDE26_NET),y)
-TARGET += libdde_linux26_net_ip.a
-endif
-
-SYSTEMS = x86-l4v2
-
-ifeq ($(ARCH), x86)
-ARCH_DIR = arch/i386
-endif
-
-# contrib sources are in $(CONTRIB)
-vpath %.c $(CONTRIB) $(PKGDIR)/linux26/lib/src
-vpath %.S $(CONTRIB) $(PKGDIR)/linux26/lib/src
-
-PRIVATE_INCDIR += $(CONTRIB)/drivers/pci $(PKGDIR)/linux26/lib/src/arch/l4 \
- $(CONTRIB)/$(ARCH_DIR)/pci $(CONTRIB)/drivers/base/ \
- $(CONTRIB)/lib $(PKGDIR_OBJ) $(CONTRIB)/net/core
-
-ifeq ($(ARCH), x86)
-SRC_S_libdde_linux26_net_ip.a += $(ARCH_DIR)/lib/checksum.S
-endif
-
-SRC_C_libdde_linux26_net_ip.a += \
- arch/l4/net.c \
- drivers/net/mii.c \
- net/core/skbuff.c \
- net/core/utils.c \
- net/core/dev.c \
- net/core/ethtool.c \
- net/core/link_watch.c \
- net/core/dev_mcast.c \
- net/core/neighbour.c \
- net/core/netevent.c \
- net/ethernet/eth.c \
- net/sched/sch_generic.c \
- arch/l4/inodes.c \
- mm/memory.c \
- net/core/filter.c \
- net/core/rtnetlink.c \
- net/core/sock.c \
- net/netlink/af_netlink.c \
- net/netlink/attr.c
-
-include $(PKGDIR)/linux26/Makeconf
-
-include $(L4DIR)/mk/lib.mk
diff --git a/libdde_linux26/lib/src_ip/.svn/text-base/broken.svn-base b/libdde_linux26/lib/src_ip/.svn/text-base/broken.svn-base
deleted file mode 100644
index e69de29b..00000000
--- a/libdde_linux26/lib/src_ip/.svn/text-base/broken.svn-base
+++ /dev/null
diff --git a/libdde_linux26/lib/src_ip/linux/.svn/all-wcprops b/libdde_linux26/lib/src_ip/linux/.svn/all-wcprops
deleted file mode 100644
index 7b75c705..00000000
--- a/libdde_linux26/lib/src_ip/linux/.svn/all-wcprops
+++ /dev/null
@@ -1,11 +0,0 @@
-K 25
-svn:wc:ra_dav:version-url
-V 67
-/repos/tudos/!svn/ver/322/trunk/l4/pkg/dde/linux26/lib/src_ip/linux
-END
-autoconf.h
-K 25
-svn:wc:ra_dav:version-url
-V 78
-/repos/tudos/!svn/ver/322/trunk/l4/pkg/dde/linux26/lib/src_ip/linux/autoconf.h
-END
diff --git a/libdde_linux26/lib/src_ip/linux/.svn/entries b/libdde_linux26/lib/src_ip/linux/.svn/entries
deleted file mode 100644
index 1043dcd1..00000000
--- a/libdde_linux26/lib/src_ip/linux/.svn/entries
+++ /dev/null
@@ -1,62 +0,0 @@
-9
-
-dir
-465
-http://svn.tudos.org/repos/tudos/trunk/l4/pkg/dde/linux26/lib/src_ip/linux
-http://svn.tudos.org/repos/tudos
-
-
-
-2008-03-18T03:51:56.301196Z
-322
-l4check
-
-
-svn:special svn:externals svn:needs-lock
-
-
-
-
-
-
-
-
-
-
-
-a704ac0b-3a55-4d43-a2a9-7be6f07c34fb
-
-autoconf.h
-file
-
-
-
-
-2009-11-15T17:17:04.000000Z
-59f22062ea21fbca61a108210ce85e73
-2008-03-18T03:51:56.301196Z
-322
-l4check
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-139
-
diff --git a/libdde_linux26/lib/src_ip/linux/.svn/format b/libdde_linux26/lib/src_ip/linux/.svn/format
deleted file mode 100644
index ec635144..00000000
--- a/libdde_linux26/lib/src_ip/linux/.svn/format
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/libdde_linux26/lib/src_ip/linux/.svn/text-base/autoconf.h.svn-base b/libdde_linux26/lib/src_ip/linux/.svn/text-base/autoconf.h.svn-base
deleted file mode 100644
index 7ddb3693..00000000
--- a/libdde_linux26/lib/src_ip/linux/.svn/text-base/autoconf.h.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Include original DDE26 autoconf file */
-#include_next <linux/autoconf.h>
-
-/* Because we do ! need INET support */
-#define CONFIG_INET 1