2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 # Main makefile for the host tools
11 # subdirectories to descend into
12 $(curdir
)/builddirs
:= sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline
$(if
$(CONFIG_CCACHE
),ccache
)
14 # builddir dependencies
15 $(curdir
)/squashfs
/compile
:= $(curdir
)/lzma
/install
19 $(STAGING_DIR
)/include-host
/.done
:
20 @mkdir
-p
$$$$(dirname
$$@
)
21 @cp
$(1)/include/*.h
$$$$(dirname
$$@
)/
23 $(curdir
)//prepare
= $(STAGING_DIR
)/include-host
/.done
24 $(curdir
)//compile
= $(STAGING_DIR
)/include-host
/.done
26 $(eval
$(call copy_include
,$(curdir
)))
28 # prerequisites for the individual targets
29 $(curdir
)/ := .config prereq
30 $(curdir
)//install = $(1)/compile
32 $(eval
$(call stampfile
,$(curdir
),tools
,install))
33 $(eval
$(call subdir
,$(curdir
)))