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

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