]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blob - tools/firewire/Makefile
Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs...
[sitara-epos/sitara-epos-kernel.git] / tools / firewire / Makefile
1 prefix = /usr
2 nosy-dump-version = 0.4
4 CC = gcc
6 all : nosy-dump
8 nosy-dump : CFLAGS = -Wall -O2 -g
9 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
10 nosy-dump : LDFLAGS = -g
11 nosy-dump : LDLIBS = -lpopt
13 nosy-dump : nosy-dump.o decode-fcp.o
15 clean :
16         rm -rf *.o nosy-dump
18 install :
19         install nosy-dump $(prefix)/bin/nosy-dump