Blame asihpi/Makefile.am

Packit e67170
MYNAME = asihpi
Packit e67170
Packit e67170
dsp_files = \
Packit e67170
	dsp5000.bin\
Packit e67170
	dsp6200.bin\
Packit e67170
	dsp6205.bin\
Packit e67170
	dsp6400.bin\
Packit e67170
	dsp6600.bin\
Packit e67170
	dsp8700.bin\
Packit e67170
	dsp8900.bin
Packit e67170
	
Packit e67170
EXTRA_DIST = $(dsp_files)
Packit e67170
Packit e67170
if USE_HOTPLUG
Packit e67170
hotplugfwdir = @HOTPLUGFWDIR@/asihpi
Packit e67170
hotplugfw_DATA = $(dsp_files)
Packit e67170
else
Packit e67170
hotplugfwdir =
Packit e67170
hotplugfw_DATA = 
Packit e67170
endif