/usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/arch/m68k/tools/amiga
NameSizeModeActions
Makefile1610644editdlrm
Edit: /usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/arch/m68k/tools/amiga/Makefile (161B)
# SPDX-License-Identifier: GPL-2.0 CC = m68k-cbm-amigados-gcc CFLAGS = -Wall -O2 All: dmesg dmesg: dmesg.c $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul