mac80211: update to version 6.11
[openwrt/staging/nbd.git] / tools / padjffs2 / Makefile
1 #
2 # Copyright (C) 2011-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=padjffs2
11 PKG_RELEASE:=1
12
13 include $(INCLUDE_DIR)/host-build.mk
14
15 define Host/Prepare
16 $(call Host/Prepare/Default)
17 find $(HOST_BUILD_DIR) -name .svn | $(XARGS) rm -rf
18 endef
19
20 define Host/Compile
21 $(MAKE) -C $(HOST_BUILD_DIR)
22 endef
23
24 define Host/Configure
25 endef
26
27 define Host/Install
28 $(CP) $(HOST_BUILD_DIR)/padjffs2 $(STAGING_DIR_HOST)/bin/
29 endef
30
31 define Host/Clean
32 rm -f $(STAGING_DIR_HOST)/bin/padjffs2
33 endef
34
35 $(eval $(call HostBuild))