diff options
| author | Tom Rini <[email protected]> | 2020-10-09 08:58:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-09 08:58:56 -0400 |
| commit | 0570938e3c1835a6bcd0ce5b47a501ad5a09a9b3 (patch) | |
| tree | 6f3f40e4e228f8698b1357e52fb14309022ea96d /examples | |
| parent | a58d86db46456c4e14d4d140e419c4c5999fb2f8 (diff) | |
| parent | f5cb6c3081dfbd36dd0be9b9f4b42a6885b640b9 (diff) | |
Merge branch '2020-10-08-misc-board-improvements'
- Move ASPEED ram driver, update.
- Exhance pinctrl/gpio support, update Kendryte K210 support
- Enhance qemu_arm64 support for a single binary to work with and
without TF-A
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index d440bc56553..bf518bd221b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0+ -ifndef CONFIG_SANDBOX +ifdef CONFIG_EXAMPLES ifdef FTRACE subdir-ccflags-y += -finstrument-functions -DFTRACE |
