From a4f2ed3645d6b825e769f557e95bbf708e033da2 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sat, 20 Nov 2010 15:59:19 +0000 Subject: add tool to display the size of a HDD/CF/SD/MMC/USB in 512-byte sectors Signed-off-by: Thorsten Glaser --- tools/adk/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/adk/Makefile') diff --git a/tools/adk/Makefile b/tools/adk/Makefile index 0de5b0291..6d02b0d62 100644 --- a/tools/adk/Makefile +++ b/tools/adk/Makefile @@ -15,7 +15,10 @@ ${TOPDIR}/bin/tools/pkgrebuild: $(TOPDIR)/bin/tools ${TOPDIR}/bin/tools/pt: $(TOPDIR)/bin/tools $(HOSTCC) -o $(TOPDIR)/bin/tools/pt pt.c +${TOPDIR}/bin/tools/dkgetsz: ${TOPDIR}/bin/tools + ${HOSTCC} -O2 -Wall -o $@ dkgetsz.c + install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild \ - $(TOPDIR)/bin/tools/pt + $(TOPDIR)/bin/tools/pt ${TOPDIR}/bin/tools/dkgetsz include $(TOPDIR)/mk/tools.mk -- cgit v1.2.3