diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-30 05:28:55 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-30 05:28:55 +0100 |
| commit | a78362f046308235c86ae7175baa3eec343142ff (patch) | |
| tree | 926607cb991f98a550619c9002535a16552e546c /mk | |
| parent | 405da345c6744ed5a6621d0234166d45c9799b07 (diff) | |
| parent | 4b5dc45c753b7f021e0eebf10cfae416a8d51c58 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/build.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk index 0569a4570..49b832f72 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -303,6 +303,8 @@ ifneq (,$(filter CYGWIN%,${OStype})) @echo ADK_HOST_CYGWIN=y > $(TOPDIR)/.defconfig endif ifeq ($(ADKtype),ibm-x40) + @echo ADK_ARCH_CHOICE=y >> $(TOPDIR)/.defconfig + @echo ADK_LINUX_NATIVE=y >> $(TOPDIR)/.defconfig @echo ADK_HARDWARE_IBM_X40=y >> $(TOPDIR)/.defconfig endif ifeq ($(ADKtype),lemote-yeelong) @@ -313,6 +315,9 @@ endif |grep -i "$(TARGET)"\$$ \ |sed -e "s#^config \(.*\)#\1=y#" \ >> $(TOPDIR)/.defconfig; \ + if [ "$(TARGET)" = "native" ];then \ + echo "ADK_ARCH_CHOICE=y" >> $(TOPDIR)/.defconfig; \ + fi; \ fi @for symbol in ${DEFCONFIG}; do \ echo $$symbol >> $(TOPDIR)/.defconfig; \ |
