summaryrefslogtreecommitdiff
path: root/target/tools/uboot-mkimage/Makefile
blob: 08506a5f8b2792e5fd932fbdb31ab4ca062bedae (plain)
1
2
3
4
5
6
include $(TOPDIR)/rules.mk

all:
	$(HOSTCC) -c crc32.c -o crc32.o
	$(HOSTCC) -c mkimage.c -o mkimage.o
	$(HOSTCC) -o ${STAGING_HOST_DIR}/bin/mkimage mkimage.o crc32.o