summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/common-usage.txt3
-rw-r--r--mk/build.mk6
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/common-usage.txt b/docs/common-usage.txt
index c02b65965..bd842370c 100644
--- a/docs/common-usage.txt
+++ b/docs/common-usage.txt
@@ -70,9 +70,8 @@ OpenADK also honors some environment variables, when they are passed
to +make+.
* +ADK_TARGET_ARCH+, the architecture of the target system
-* +ADK_TARGET_SYSTEM+, the target system name
+* +ADK_TARGET_SYSTEM+, the embedded target system name
* +ADK_TARGET_LIBC+, the C library for the target system
-* +ADK_TARGET_COLLECTION+, the package collection, which will be used
* +VERBOSE+, verbose build, when set to 1
An example that creates a configuration file for Raspberry PI with all
diff --git a/mk/build.mk b/mk/build.mk
index 7b26bfe80..040e2af24 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -436,12 +436,6 @@ endif
|sed -e "s#^config \(.*\)#\1=y#" \
>> $(ADK_TOPDIR)/.defconfig; \
fi
- @if [ ! -z "$(ADK_TARGET_COLLECTION)" ];then \
- grep -h "^config" target/collections/* \
- |grep -i "$(ADK_TARGET_COLLECTION)" \
- |sed -e "s#^config \(.*\)#\1=y#" \
- >> $(ADK_TOPDIR)/.defconfig; \
- fi
@if [ ! -z "$(ADK_TARGET_LIBC)" ];then \
libc=$$(echo "$(ADK_TARGET_LIBC)"|sed -e "s/-/_/"); \
grep "^config" target/config/Config.in.libc.choice \