summaryrefslogtreecommitdiff
path: root/tools/srec2bin/Makefile
blob: 01021c8ff9609250c13c1d8fefbc396738a83676 (plain)
1
2
3
4
include $(TOPDIR)/rules.mk

all: srec2bin.c
	$(CC_FOR_BUILD) $(FLAGS_FOR_BUILD) -o ${STAGING_HOST_DIR}/usr/bin/srec2bin srec2bin.c