Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# 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