##############################################################################
#
#    Copyright (c) 2021 by sietium.  All rights reserved.
#
#
##############################################################################

quiet_cmd_xxd =	XXD     $@
      cmd_xxd = xxd -r $< $@

all: $(subst .hex,.o,$(wildcard *.hex))

%.o: %.o.hex
	$(call cmd,xxd)
