diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-18 05:15:23 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-18 05:15:23 +0300 |
commit | fd8adc33b8f999cb09c3ba8ea8860ded28e8d6ca (patch) | |
tree | 0928b768f2cf5951384fedb5aa25ce9260a6d6b2 /Makefile | |
parent | 14b254b5f5a841e1227e3667cf94fbcdadaf720e (diff) | |
parent | 677dac23d8ebfc0342f903aeee2a75e737fd4d7e (diff) | |
download | u-boot-fd8adc33b8f999cb09c3ba8ea8860ded28e8d6ca.tar.xz |
Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm
Add OP-TEE test swuit
Fix patman cc_file output
Minor sandbox/pinctrl changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -770,6 +770,7 @@ libs-$(CONFIG_API) += api/ libs-$(CONFIG_HAS_POST) += post/ libs-$(CONFIG_UNIT_TEST) += test/ test/dm/ libs-$(CONFIG_UT_ENV) += test/env/ +libs-$(CONFIG_UT_OPTEE) += test/optee/ libs-$(CONFIG_UT_OVERLAY) += test/overlay/ libs-y += $(if $(BOARDDIR),board/$(BOARDDIR)/) |