]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - arch/m68k/tools/amiga/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / m68k / tools / amiga / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 CC = m68k-cbm-amigados-gcc
4 CFLAGS = -Wall -O2
5
6
7 All: dmesg
8
9
10 dmesg: dmesg.c
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
12