summaryrefslogtreecommitdiffstats
path: root/target/device/Soekris/Makefile.in
blob: 33aea43ba85bc2ea1c616f8e720451d6ac70da3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Override the default uClibc configuration
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

ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
TARGETS+=linux
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