2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 include $(INCLUDE_DIR
)/host-build.mk
14 $(CC
) $(HOST_CFLAGS
) -I.
/include -include endian.h
-o
$(PKG_BUILD_DIR
)/sstrip src
/sstrip.c
18 $(CP
) $(PKG_BUILD_DIR
)/sstrip
$(STAGING_DIR_HOST
)/bin
/
22 rm -f
$(STAGING_DIR_HOST
)/bin
/sstrip
25 $(eval
$(call HostBuild
))
This page took 0.053104 seconds and 5 git commands to generate.