aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firewire
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2010-07-22 11:58:05 +0200
committerStefan Richter <stefanr@s5r6.in-berlin.de>2010-07-27 11:04:12 +0200
commitb20d02e37eeabf34b40c3995c2dbb0af53da3c57 (patch)
tree3b9fecd22da7f62bd6b541515c60f1641ff65eb7 /tools/firewire
parenttools/firewire: nosy-dump: remove unused code (diff)
downloadlinux-dev-b20d02e37eeabf34b40c3995c2dbb0af53da3c57.tar.xz
linux-dev-b20d02e37eeabf34b40c3995c2dbb0af53da3c57.zip
tools/firewire: nosy-dump: increment program version
Since version 0.3 from Kristian's repository, there should actually be no change in functionality except for the x86-64 fix. Nevertheless, make it distinct from the original nosy-dump --- just in case and also because of potential future changes. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'tools/firewire')
-rw-r--r--tools/firewire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/firewire/Makefile b/tools/firewire/Makefile
index 6afcdc21c7c9..81767adaae7d 100644
--- a/tools/firewire/Makefile
+++ b/tools/firewire/Makefile
@@ -1,12 +1,12 @@
-version = 0.3
prefix = /usr
+nosy-dump-version = 0.4
CC = gcc
all : nosy-dump
nosy-dump : CFLAGS = -Wall -O2 -g
-nosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire
+nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
nosy-dump : LDFLAGS = -g
nosy-dump : LDLIBS = -lpopt