From 59e9a3c8b8eccfcde597571fa08895f754843107 Mon Sep 17 00:00:00 2001 From: David Anders Date: Mon, 23 Jan 2006 20:13:15 +0000 Subject: added the soekris net4801 target per case 0000613 --- target/device/Soekris/Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'target/device/Soekris/Makefile.in') 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 -- cgit v1.2.3