diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 10:18:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 10:18:07 +0100 |
commit | 6b9416e4465c909141f4fcfd314e8d3cf0ea8477 (patch) | |
tree | c76c9e8e93f100c1fc2357fc2b3e16be57a26ef8 /rules.mk | |
parent | d2b0fbc76dcd2dd31a6842ec990276a36b12cbad (diff) | |
parent | ec84dd5b5584435ad5ef699cbe3ed9ef98e17463 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ endif # Strip off the annoying quoting ADK_TARGET:= $(strip $(subst ",, $(ADK_TARGET))) +ADK_LIBC:= $(strip $(subst ",, $(ADK_LIBC))) ADK_TARGET_SUFFIX:= $(strip $(subst ",, $(ADK_TARGET_SUFFIX))) ADK_COMPRESSION_TOOL:= $(strip $(subst ",, $(ADK_COMPRESSION_TOOL))) |