override CFLAGS += -std=c99 -I$(COMMON)/  

# platform dependent data, default is for POSIX-like systems (Linux)
PLATFORM ?= $(COMMON)/platform.c


# conversion of binary files to their *.c variants
PYTHON=python2
B2H = $(PYTHON) $(COMMON)/bin2header.py
