add preliminary support for musl
[openwrt/openwrt.git] / toolchain / musl / headers / 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