]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/firewire/Makefile
lkdtm: support llvm-objcopy
[mirror_ubuntu-bionic-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