summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
commita8fcbeb4ae4503c85ccc0c7d646ae88f6fa0e66e (patch)
tree19a8aec53eacc81a6a6e63cc86dc0d946086ef07 /package/Makefile
parenta222d6dbd80ab5fba31081fc9bea5f67b941d94f (diff)
parentf04227421063498a88707c43ec80b2b70d9b8d83 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 9cf448ff8..85321f9ee 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -13,6 +13,10 @@ ifeq (${ADK_TARGET_LIB_EGLIBC},y)
package-$(ADK_PACKAGE_EGLIBC) += eglibc
gcc-compile: eglibc-compile
endif
+ifeq (${ADK_TARGET_LIB_MUSL},y)
+package-$(ADK_PACKAGE_MUSL) += musl
+gcc-compile: musl-compile
+endif
ifeq (${ADK_NATIVE},y)
package-$(ADK_PACKAGE_LIBC) += libc
endif