]> git.alsa-project.org Git - alsa-firmware.git/commitdiff
Add cs46xx entry to the main configure and Makefile.am
authorTakashi Iwai <tiwai@suse.de>
Thu, 6 Feb 2014 14:28:46 +0000 (15:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 6 Feb 2014 14:28:46 +0000 (15:28 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Makefile.am
configure.in

index ec46a1af64c49ec4b8cab2d6bf9dd3043481c55f..9f616f10eea627bb7c8a07dbe17feafa06aa9443 100644 (file)
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 foreign
 
 SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \
          asihpi emu korg1212 maestro3 multisound sb16 wavefront \
-         ymfpci aica ca0132
+         ymfpci aica ca0132 cs46xx
 
 EXTRA_DIST = depcomp
 
index 2f37e27d67d1187921fa8c7bd5d28c944eaeb842..e99fb097219eff29c6f3d5f05eea290f7595daf7 100644 (file)
@@ -68,4 +68,5 @@ AC_OUTPUT(Makefile \
          ymfpci/Makefile \
          aica/Makefile \
          ca0132/Makefile \
+         cs46xx/Makefile \
 )