21e6b3bd152946dcf35b79c926fb36b72258caf7
[openwrt/staging/chunkeey.git] / Makefile
1 PATH_PREFIX:=..
2
3 include ../common.mk
4
5 HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built
6 HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed
7
8 define Host/Compile
9
10 endef
11
12 define Host/Install
13 endef
14
15 $(eval $(call HostBuild))
16