no need to call compile,install on the kernel-headers dir - this gets rid of another unnecessary autorebuild check

SVN-Revision: 8247
This commit is contained in:
Felix Fietkau
2007-07-30 21:57:14 +00:00
parent 7b6d8470c6
commit a37c85d5fe
2 changed files with 13 additions and 13 deletions

View File

@@ -10,6 +10,8 @@ curdir:=toolchain
# subdirectories to descend into
$(curdir)/builddirs := kernel-headers $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_NATIVE_TOOLCHAIN),,binutils gcc uClibc)
$(curdir)/builddirs-compile:=. $(filter-out kernel-headers,$($(curdir)/builddirs))
$(curdir)/builddirs-install:=$($(curdir)/builddirs-compile)
# builddir dependencies
$(curdir)/uClibc/prepare:=$(curdir)/kernel-headers/prepare