summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/config b/config
index 35b0eb8..6603113 100755
--- a/config
+++ b/config
@@ -18,7 +18,8 @@ main()
PKG_TARGET_ARCH="${arch}" configure_build
done
>targets.mk
- for stamp in configure build install; do
+ for stamp in configure build install \
+ installnative installcross; do
printf '%s_targets = \\\n' "${stamp}" \
>>targets.mk
for arch in ${PKG_TARGETS}; do