revert the change to rofsbuild image format, but add checking codes to prevent address overflow
SOURCEDIR:=$(subst \,/,$(SBS_HOME))/util/tmkdir
TALONDIR:=$(subst \,/,$(SBS_HOME))/util/talon
TARGET:=tmkdir
CFLAGS:=$(CFLAGS) -g -I$(TALONDIR)
SOURCES:=$(addprefix $(SOURCEDIR)/,tmkdir.c) $(addprefix $(TALONDIR)/,log.c)
$(eval $(cprogram))