Makefile 244 B

12345678910111213141516
  1. PATH_PREFIX:=..
  2. include ../common.mk
  3. HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.headers_built
  4. HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_headers_installed
  5. define Host/Compile
  6. endef
  7. define Host/Install
  8. endef
  9. $(eval $(call HostBuild))