xref: /kernel/linux/linux-5.10/tools/firewire/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/firewire/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ciprefix = /usr
38c2ecf20Sopenharmony_cinosy-dump-version = 0.4
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciCC = gcc
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciall : nosy-dump
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cinosy-dump : CFLAGS = -Wall -O2 -g
108c2ecf20Sopenharmony_cinosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
118c2ecf20Sopenharmony_cinosy-dump : LDFLAGS = -g
128c2ecf20Sopenharmony_cinosy-dump : LDLIBS = -lpopt
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_cinosy-dump : nosy-dump.o decode-fcp.o
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciclean :
178c2ecf20Sopenharmony_ci	rm -rf *.o nosy-dump
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciinstall :
208c2ecf20Sopenharmony_ci	install nosy-dump $(prefix)/bin/nosy-dump
21

Indexes created Thu Nov 07 10:32:03 CST 2024