diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-23 20:13:15 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-23 20:13:15 +0000 |
commit | 59e9a3c8b8eccfcde597571fa08895f754843107 (patch) | |
tree | 6925086573b144769c9f828f0a53d9f5218181a0 /target/device/Soekris/Makefile.in | |
parent | 2bf4d8365339974e7ca51b21b6c485f0f1ef039b (diff) | |
download | buildroot-novena-59e9a3c8b8eccfcde597571fa08895f754843107.tar.gz buildroot-novena-59e9a3c8b8eccfcde597571fa08895f754843107.zip |
added the soekris net4801 target per case 0000613
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index 93b5f1018..33aea43ba 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -9,3 +9,17 @@ include target/device/Soekris/net4521/linux.mk endif endif + +SOEKRIS_NET4801_PATH=target/device/Soekris/net4801 + +ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y) +UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config + +ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +TARGETS+=linux +include $(SOEKRIS_NET4801_PATH)/linux.mk +include target/device/Soekris/soekris_gpio/soekris_gpio.mk +endif + +endif |