diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-08 20:20:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-08 20:20:24 -0400 |
commit | 61608f395e7dcb2be6060407a72a1149b046430a (patch) | |
tree | 387269e837a47126d5a7ccdef2b4d5af60598e16 /test/Makefile | |
parent | 186529953fd10a97e6343418095edd1c535aaeb2 (diff) | |
parent | c89b41b4db4a746647c4f0e6d33c6f4edfe96e38 (diff) |
Merge branch '2020-07-08-misc-features-and-fixes'
- mem cmd improvements
- TPM fixes
- SPL/NAND/FIT fixes
- RSA improvements
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index bab8f1a5c2..7c4039964e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,6 +3,7 @@ # (C) Copyright 2012 The Chromium Authors obj-$(CONFIG_SANDBOX) += bloblist.o +obj-$(CONFIG_CMDLINE) += cmd/ obj-$(CONFIG_UNIT_TEST) += cmd_ut.o obj-$(CONFIG_UNIT_TEST) += ut.o obj-$(CONFIG_SANDBOX) += command_ut.o |