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