]> git.alsa-project.org Git - alsa-lib.git/commitdiff
conf/ucm: Rearrange Makefile.am
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Dec 2017 13:58:30 +0000 (14:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 Dec 2017 22:33:37 +0000 (23:33 +0100)
Just rearrange and split to multiple lines to make future patches
cleaner.  No actual code change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
src/conf/ucm/Makefile.am

index afe4306d206278b4a9ea805d81c7fd2cc953ae3a..c232236dc193afedea426a0e6c5494e12ab26536 100644 (file)
@@ -709,19 +709,20 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
          src/conf/cards/Makefile \
          src/conf/pcm/Makefile \
          src/conf/ucm/Makefile \
+         src/conf/ucm/broadwell-rt286/Makefile \
+         src/conf/ucm/broxton-rt298/Makefile \
+         src/conf/ucm/bytcr-rt5651/Makefile \
+         src/conf/ucm/chtrt5645/Makefile \
          src/conf/ucm/DAISY-I2S/Makefile \
+         src/conf/ucm/DB410c/Makefile \
+         src/conf/ucm/GoogleNyan/Makefile \
          src/conf/ucm/PandaBoard/Makefile \
          src/conf/ucm/PandaBoardES/Makefile \
-         src/conf/ucm/SDP4430/Makefile \
-         src/conf/ucm/tegraalc5632/Makefile \
          src/conf/ucm/PAZ00/Makefile \
-         src/conf/ucm/GoogleNyan/Makefile \
-         src/conf/ucm/broadwell-rt286/Makefile \
+         src/conf/ucm/SDP4430/Makefile \
          src/conf/ucm/skylake-rt286/Makefile \
+         src/conf/ucm/tegraalc5632/Makefile \
          src/conf/ucm/VEYRON-I2S/Makefile \
-         src/conf/ucm/chtrt5645/Makefile \
-         src/conf/ucm/DB410c/Makefile \
-         src/conf/ucm/bytcr-rt5651/Makefile \
          src/conf/topology/Makefile \
          src/conf/topology/broadwell/Makefile \
          modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
@@ -729,7 +730,6 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
          src/conf/topology/bxtrt298/Makefile \
          alsalisp/Makefile aserver/Makefile \
          test/Makefile test/lsb/Makefile \
-         src/conf/ucm/broxton-rt298/Makefile \
          utils/Makefile utils/alsa-lib.spec utils/alsa.pc)
 
 dnl Create asoundlib.h dynamically according to configure options
index 2bd4ebe761ae754585f872a8c62825ce8cf0ba53..060d025f1bb51b947884ebcf5125463fe52de928 100644 (file)
@@ -1 +1,15 @@
-SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 skylake-rt286 VEYRON-I2S chtrt5645 DB410c broxton-rt298 bytcr-rt5651
+SUBDIRS=\
+broadwell-rt286 \
+broxton-rt298 \
+bytcr-rt5651 \
+chtrt5645 \
+DAISY-I2S \
+DB410c \
+GoogleNyan \
+PandaBoard \
+PandaBoardES \
+PAZ00 \
+SDP4430 \
+skylake-rt286 \
+tegraalc5632 \
+VEYRON-I2S