#include ../../../../../config.mk

SOUNDLIGHT_OS = slhdmx12a.h \
		slhdmx16.h \
		slhdmx17.h \
		slhcheckirq.h \
		slhcheckisr.h \
		slhcheck.h

AS31=	../../../../../tools/as31-unix/as31

all : $(SOUNDLIGHT_OS)

install:

clean:
	rm -f $(SOUNDLIGHT_OS)

distclean: clean

uninstall:

%.h : %.asm
	$(AS31) -Fbin -s $< | sh bin2hex.sh firmware_$* > $@
