kumquat-buildroot/target/device/Soekris/Makefile.in
Bernhard Reutner-Fischer b7e38de9eb - apply Soekris update from Eric Milon
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00

26 lines
754 B
Makefile

# 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+=linux26
include target/device/Soekris/soekris_gpio/soekris_gpio.mk
LINUX26_KCONFIG=$(SOEKRIS_NET4801_PATH)/linux26.config
endif
endif