diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:07:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:07:49 +0000 |
commit | 9169fcccc955f67bd7d18f1b09f3a115288d11e0 (patch) | |
tree | 659e9ddf311c32fdf9c8886dc29daccb3cc7765d /target/device/Soekris/Makefile.in | |
parent | 10cacfa02ddb8a80c0d92327afc313f68f0cf753 (diff) | |
download | buildroot-novena-9169fcccc955f67bd7d18f1b09f3a115288d11e0.tar.gz buildroot-novena-9169fcccc955f67bd7d18f1b09f3a115288d11e0.zip |
Do not include Soekris, unless i386 arch
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index dad429a28..ce0de96d1 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -1,4 +1,6 @@ # Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_SOEKRIS)),y) + ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y) UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config @@ -24,3 +26,4 @@ LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config endif endif +endif |