summaryrefslogtreecommitdiff
path: root/tools/mkimage/Makefile
blob: db2e42c3f1fa8d0a4ae9ec291cad2002d148a082 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(TOPDIR)/rules.mk

install: ${STAGING_HOST_DIR}/usr/bin/mkimage

${STAGING_HOST_DIR}/usr/bin/mkimage: mkimage.c crc32.c
	$(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkimage.c crc32.c

include $(TOPDIR)/mk/tools.mk