From 949d8663f2f12c986ef2983b7b307f5ecddf060e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Dec 2014 01:42:49 -0600 Subject: use the new concept of appliances - Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete --- toolchain/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 096c427ba..f80a3359e 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -39,8 +39,8 @@ TARGETS+=elf2flt ELF2FLT:=elf2flt-install endif -# disable gdb for arc -ifeq ($(ADK_LINUX_ARC)$(ADK_LINUX_AVR32),) +# disable gdb for arc and avr32 +ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_AVR32),) TARGETS+=gdb GDB:=gdb-install endif -- cgit v1.2.3