]> Git Repo - J-u-boot.git/blob - examples/Makefile
ARM: dts: imx: Synchronize iMX6QDL DHCOM PDK2 DTs with Linux 5.15.12
[J-u-boot.git] / examples / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 ifdef CONFIG_EXAMPLES
4
5 ifdef FTRACE
6 subdir-ccflags-y += -finstrument-functions -DFTRACE
7 endif
8
9 subdir-y += standalone
10 subdir-$(CONFIG_API) += api
11 endif
This page took 0.027156 seconds and 4 git commands to generate.