summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas HICHER (atarakt) <nhicher@proformatique.com>2012-12-06 12:07:03 -0500
committerNicolas HICHER (atarakt) <nhicher@proformatique.com>2012-12-06 12:07:03 -0500
commit853415c7720384cd8e872a3859af5ebfa9b40f89 (patch)
treec581a7dc1abc156aa7fed03b2cdb0269f7661f4b
parent8559080eec4777fddef519359839404d27c7d4e9 (diff)
[evo] add Makefile.pkg and change src directoryHEADmaster
-rw-r--r--e1000-xioh/Makefile (renamed from Makefile)0
-rw-r--r--e1000-xioh/Makefile.pkg7
-rw-r--r--e1000-xioh/dkms.conf (renamed from dkms.conf)0
-rw-r--r--e1000-xioh/e1000.h (renamed from e1000.h)0
-rw-r--r--e1000-xioh/e1000_ethtool.c (renamed from e1000_ethtool.c)0
-rw-r--r--e1000-xioh/e1000_hw.c (renamed from e1000_hw.c)0
-rw-r--r--e1000-xioh/e1000_hw.h (renamed from e1000_hw.h)0
-rw-r--r--e1000-xioh/e1000_main.c (renamed from e1000_main.c)0
-rw-r--r--e1000-xioh/e1000_oem_phy.c (renamed from e1000_oem_phy.c)0
-rw-r--r--e1000-xioh/e1000_oem_phy.h (renamed from e1000_oem_phy.h)0
-rw-r--r--e1000-xioh/e1000_osdep.h (renamed from e1000_osdep.h)0
-rw-r--r--e1000-xioh/e1000_param.c (renamed from e1000_param.c)0
-rw-r--r--e1000-xioh/gcu.h (renamed from gcu.h)0
-rw-r--r--e1000-xioh/gcu_if.c (renamed from gcu_if.c)0
-rw-r--r--e1000-xioh/gcu_if.h (renamed from gcu_if.h)0
-rw-r--r--e1000-xioh/gcu_main.c (renamed from gcu_main.c)0
-rw-r--r--e1000-xioh/gcu_reg.h (renamed from gcu_reg.h)0
-rw-r--r--e1000-xioh/kcompat.h (renamed from kcompat.h)0
18 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/e1000-xioh/Makefile
index f425b93..f425b93 100644
--- a/Makefile
+++ b/e1000-xioh/Makefile
diff --git a/e1000-xioh/Makefile.pkg b/e1000-xioh/Makefile.pkg
new file mode 100644
index 0000000..1966157
--- /dev/null
+++ b/e1000-xioh/Makefile.pkg
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PKG="e1000-xioh"
+DEB_TB_DEPS=""
+
+default:
diff --git a/dkms.conf b/e1000-xioh/dkms.conf
index 3b1bba4..3b1bba4 100644
--- a/dkms.conf
+++ b/e1000-xioh/dkms.conf
diff --git a/e1000.h b/e1000-xioh/e1000.h
index 2f29c21..2f29c21 100644
--- a/e1000.h
+++ b/e1000-xioh/e1000.h
diff --git a/e1000_ethtool.c b/e1000-xioh/e1000_ethtool.c
index ba179e8..ba179e8 100644
--- a/e1000_ethtool.c
+++ b/e1000-xioh/e1000_ethtool.c
diff --git a/e1000_hw.c b/e1000-xioh/e1000_hw.c
index 378293e..378293e 100644
--- a/e1000_hw.c
+++ b/e1000-xioh/e1000_hw.c
diff --git a/e1000_hw.h b/e1000-xioh/e1000_hw.h
index 81bc4bc..81bc4bc 100644
--- a/e1000_hw.h
+++ b/e1000-xioh/e1000_hw.h
diff --git a/e1000_main.c b/e1000-xioh/e1000_main.c
index ce8d305..ce8d305 100644
--- a/e1000_main.c
+++ b/e1000-xioh/e1000_main.c
diff --git a/e1000_oem_phy.c b/e1000-xioh/e1000_oem_phy.c
index 1179dd9..1179dd9 100644
--- a/e1000_oem_phy.c
+++ b/e1000-xioh/e1000_oem_phy.c
diff --git a/e1000_oem_phy.h b/e1000-xioh/e1000_oem_phy.h
index 4c9bc15..4c9bc15 100644
--- a/e1000_oem_phy.h
+++ b/e1000-xioh/e1000_oem_phy.h
diff --git a/e1000_osdep.h b/e1000-xioh/e1000_osdep.h
index 0ee26b4..0ee26b4 100644
--- a/e1000_osdep.h
+++ b/e1000-xioh/e1000_osdep.h
diff --git a/e1000_param.c b/e1000-xioh/e1000_param.c
index 7e6e261..7e6e261 100644
--- a/e1000_param.c
+++ b/e1000-xioh/e1000_param.c
diff --git a/gcu.h b/e1000-xioh/gcu.h
index b409a6e..b409a6e 100644
--- a/gcu.h
+++ b/e1000-xioh/gcu.h
diff --git a/gcu_if.c b/e1000-xioh/gcu_if.c
index fad8209..fad8209 100644
--- a/gcu_if.c
+++ b/e1000-xioh/gcu_if.c
diff --git a/gcu_if.h b/e1000-xioh/gcu_if.h
index 84187f6..84187f6 100644
--- a/gcu_if.h
+++ b/e1000-xioh/gcu_if.h
diff --git a/gcu_main.c b/e1000-xioh/gcu_main.c
index 2b21bf7..2b21bf7 100644
--- a/gcu_main.c
+++ b/e1000-xioh/gcu_main.c
diff --git a/gcu_reg.h b/e1000-xioh/gcu_reg.h
index cf77303..cf77303 100644
--- a/gcu_reg.h
+++ b/e1000-xioh/gcu_reg.h
diff --git a/kcompat.h b/e1000-xioh/kcompat.h
index 1334816..1334816 100644
--- a/kcompat.h
+++ b/e1000-xioh/kcompat.h