/usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/tools/firewire
NameSizeModeActions
Makefile3940644editdlrm
Edit: /usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/tools/firewire/Makefile (394B)
# SPDX-License-Identifier: GPL-2.0 prefix = /usr nosy-dump-version = 0.4 CC = gcc all : nosy-dump nosy-dump : CFLAGS = -Wall -O2 -g nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire nosy-dump : LDFLAGS = -g nosy-dump : LDLIBS = -lpopt nosy-dump : nosy-dump.o decode-fcp.o clean : rm -rf *.o nosy-dump install : install nosy-dump $(prefix)/bin/nosy-dump