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

# $NetBSD: opt-debug-graph1.mk,v 1.3 2020/09/05 06:46:12 rillig Exp $
#
# Tests for the -dg1 command line option, which prints the input
# graph before making anything.

.MAKEFLAGS: -dg1

all: made-target made-target-no-sources

made-target: made-source

made-source:

made-target-no-sources:

unmade-target: unmade-sources unmade-silent-source

.SILENT: unmade-silent-source

unmade-target-no-sources:

all:
	@:;