X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2FMakefile;fp=toolchain%2FMakefile;h=409955c23a9c941387c92499f5270d69a973cdd2;hb=2cf4e3c420ef452e6a687615ab865eae200ed89a;hp=7a9730fd681f3a2f0e385e8966212c246696fae0;hpb=82f7fd745715c647685b9a7758d0f66ed6bf345a;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 7a9730fd68..409955c23a 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -29,7 +29,7 @@ curdir:=toolchain # subdirectories to descend into -$(curdir)/builddirs := $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_INSIGHT),insight) $(if $(CONFIG_EXTERNAL_TOOLCHAIN),wrapper,kernel-headers binutils gcc/initial gcc/final $(LIBC) fortify-headers) $(if $(CONFIG_YASM),yasm) +$(curdir)/builddirs := $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_EXTERNAL_TOOLCHAIN),wrapper,kernel-headers binutils gcc/initial gcc/final $(LIBC) fortify-headers) $(if $(CONFIG_YASM),yasm) ifdef CONFIG_USE_UCLIBC $(curdir)/builddirs += $(LIBC)/utils endif