kernel_samsung_a53x/arch/m68k/tools/amiga/Makefile
2024-06-15 16:02:09 -03:00

12 lines
161 B
Makefile
Executable file

# 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