]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - tools/firewire/Makefile
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
[mirror_ubuntu-jammy-kernel.git] / tools / firewire / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9f6d3c4b 2prefix = /usr
b20d02e3 3nosy-dump-version = 0.4
9f6d3c4b
SR
4
5CC = gcc
6
7all : nosy-dump
8
9nosy-dump : CFLAGS = -Wall -O2 -g
b20d02e3 10nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
9f6d3c4b
SR
11nosy-dump : LDFLAGS = -g
12nosy-dump : LDLIBS = -lpopt
13
14nosy-dump : nosy-dump.o decode-fcp.o
15
16clean :
17 rm -rf *.o nosy-dump
18
19install :
20 install nosy-dump $(prefix)/bin/nosy-dump