diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-26 17:55:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-26 17:55:50 +0000 |
commit | 3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05 (patch) | |
tree | 0c4ca2e0513d52c232a9bae62c8a92792511cc64 /toolchain/Makefile | |
parent | a0829559f874eb433ba26a76dafbc7e0e027e206 (diff) | |
download | upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.tar.gz upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.tar.bz2 upstream-3eedb2a7918de9e3dfea0ece649b6eb1f0cd6c05.zip |
add the insight gdb frontend (#4701)
SVN-Revision: 17019
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 61a74b8d1d..456b731fb8 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -28,7 +28,7 @@ curdir:=toolchain # subdirectories to descend into -$(curdir)/builddirs := kernel-headers $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_NATIVE_TOOLCHAIN),,binutils gcc $(LIBC) $(if $(CONFIG_GLIBC_PORTS),glibc-ports)) +$(curdir)/builddirs := kernel-headers $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_INSIGHT),insight) $(if $(CONFIG_NATIVE_TOOLCHAIN),,binutils gcc $(LIBC) $(if $(CONFIG_GLIBC_PORTS),glibc-ports)) $(curdir)/builddirs-compile:=$($(curdir)/builddirs-prepare) $(curdir)/builddirs-install:=$($(curdir)/builddirs-compile) |