Add a firmware file for the korg1212 driver.
AUTOMAKE_OPTIONS = 1.3 foreign
SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \
- asihpi emu ymfpci
+ asihpi emu korg1212 ymfpci
EXTRA_DIST = depcomp
echoaudio/Makefile \
emu/Makefile \
asihpi/Makefile \
+ korg1212/Makefile \
ymfpci/Makefile)
--- /dev/null
+# # Process this file with automake to produce Makefile.in.
+
+dsp_files = k1212.dsp
+
+EXTRA_DIST = $(dsp_files)
+
+if USE_HOTPLUG
+hotplugfwdir = @HOTPLUGFWDIR@/korg
+hotplugfw_DATA = $(dsp_files)
+else
+hotplugfwdir =
+hotplugfw_DATA =
+endif