diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-30 08:19:59 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-30 09:05:41 +0200 |
commit | d2da14d0ff0cb22d6d275938ee26855d6ce44987 (patch) | |
tree | 418ccc7f1786b9f250985f55bfbf3a942911f77a /Makefile.inc | |
parent | 67f055022462ddfa416b8ff68874326138ca4978 (diff) |
Fix CircleCI build.
* README update
* make help
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 2f99ffd..111ff94 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -202,3 +202,12 @@ define INSTALL_EXEC_SIGN done $(INSTALL) "$(DPP_ROOT)/$(SIGNTOOL_PREFIX)-ca-cert.pem" '$(DESTDIR)/$(SIGNTOOL_PREFIX)-ca-cert.crt' endef + +define HELP_MAKE_OPTIONS + @echo 'Common make options for Makefile.inc:' + @echo -e '\tBUILD_NATIVE = no' + @echo -e '\tCC = $(CC)' + @echo -e '\tCXX = $(CXX)' + @echo -e '\tDDK_INCLUDE_DIR = $(DDK_INCLUDE_DIR)' + @echo -e '\tDPP_ROOT = $(DPP_ROOT)' +endef |