aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-14 16:29:28 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-14 16:29:28 -0300
commitac78e109c37c2d1a075ee75f48cf86edfc516462 (patch)
tree481f3d41990322ae5104e6994615df1b39ccf73e
parente7fc2c868e240b280f593934278cc719e33e90f7 (diff)
downloadkmod-ac78e109c37c2d1a075ee75f48cf86edfc516462.tar.gz
tools: rename source files
There's no point anymore in having "kmod-" prefix. This is a historical thing when we started implementation of these tools.
-rw-r--r--Makefile.am8
-rw-r--r--tools/depmod.c (renamed from tools/kmod-depmod.c)0
-rw-r--r--tools/insmod.c (renamed from tools/kmod-insmod.c)0
-rw-r--r--tools/lsmod.c (renamed from tools/kmod-lsmod.c)0
-rw-r--r--tools/modinfo.c (renamed from tools/kmod-modinfo.c)0
-rw-r--r--tools/modprobe.c (renamed from tools/kmod-modprobe.c)0
-rw-r--r--tools/rmmod.c (renamed from tools/kmod-rmmod.c)0
7 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index faad5b8..ee27913 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,10 +102,10 @@ bin_PROGRAMS = tools/kmod
noinst_SCRIPTS = tools/insmod tools/rmmod tools/lsmod \
tools/modprobe tools/modinfo tools/depmod
-tools_kmod_SOURCES = tools/kmod.c tools/kmod.h tools/kmod-lsmod.c \
- tools/kmod-rmmod.c tools/kmod-insmod.c \
- tools/kmod-modinfo.c tools/kmod-modprobe.c \
- tools/kmod-depmod.c
+tools_kmod_SOURCES = tools/kmod.c tools/kmod.h tools/lsmod.c \
+ tools/rmmod.c tools/insmod.c \
+ tools/modinfo.c tools/modprobe.c \
+ tools/depmod.c
tools_kmod_CPPFLAGS = $(AM_CPPFLAGS) -DKMOD_BUNDLE_TOOL=1
tools_kmod_CFLAGS = $(AM_CFLAGS)
tools_kmod_LDADD = libkmod/libkmod-util.la \
diff --git a/tools/kmod-depmod.c b/tools/depmod.c
index bceb407..bceb407 100644
--- a/tools/kmod-depmod.c
+++ b/tools/depmod.c
diff --git a/tools/kmod-insmod.c b/tools/insmod.c
index 4459cc0..4459cc0 100644
--- a/tools/kmod-insmod.c
+++ b/tools/insmod.c
diff --git a/tools/kmod-lsmod.c b/tools/lsmod.c
index ad66b75..ad66b75 100644
--- a/tools/kmod-lsmod.c
+++ b/tools/lsmod.c
diff --git a/tools/kmod-modinfo.c b/tools/modinfo.c
index aa5223f..aa5223f 100644
--- a/tools/kmod-modinfo.c
+++ b/tools/modinfo.c
diff --git a/tools/kmod-modprobe.c b/tools/modprobe.c
index 26b7713..26b7713 100644
--- a/tools/kmod-modprobe.c
+++ b/tools/modprobe.c
diff --git a/tools/kmod-rmmod.c b/tools/rmmod.c
index 33a73ca..33a73ca 100644
--- a/tools/kmod-rmmod.c
+++ b/tools/rmmod.c