aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 @@
1version = 0.3
2prefix = /usr 1prefix = /usr
2nosy-dump-version = 0.4
3 3
4CC = gcc 4CC = gcc
5 5
6all : nosy-dump 6all : nosy-dump
7 7
8nosy-dump : CFLAGS = -Wall -O2 -g 8nosy-dump : CFLAGS = -Wall -O2 -g
9nosy-dump : CPPFLAGS = -DVERSION=\"$(version)\" -I../../drivers/firewire 9nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
10nosy-dump : LDFLAGS = -g 10nosy-dump : LDFLAGS = -g
11nosy-dump : LDLIBS = -lpopt 11nosy-dump : LDLIBS = -lpopt
12 12