SmartAudio/toolchain/musl/headers/Makefile

17 lines
320 B
Makefile
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
PATH_PREFIX:=..
include ../common.mk
HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built
HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.musl_headers_installed
define Host/Compile
endef
define Host/Install
$(CP) $(COMPILE_DIR_TOOLCHAIN)/linux-dev/include/* $(HOST_BUILD_DIR)/include
endef
$(eval $(call HostBuild))