1#
2# Copyright (c) 2013 The Linux Foundation. All rights reserved.
3#
4
5include $(TOPDIR)/rules.mk
6
7PKG_NAME:=makefun
8
9include $(INCLUDE_DIR)/host-build.mk
10
11define Host/Compile
12	true
13endef
14
15define Host/Install
16	$(INSTALL_BIN) ./src/makefun $(STAGING_DIR_HOST)/bin/
17endef
18
19$(eval $(call HostBuild))
20