mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
conf/ucm: Rearrange Makefile.am
Just rearrange and split to multiple lines to make future patches cleaner. No actual code change. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
32ceab2100
commit
91896be6bc
2 changed files with 23 additions and 9 deletions
16
configure.ac
16
configure.ac
|
|
@ -709,19 +709,20 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
|
||||||
src/conf/cards/Makefile \
|
src/conf/cards/Makefile \
|
||||||
src/conf/pcm/Makefile \
|
src/conf/pcm/Makefile \
|
||||||
src/conf/ucm/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/DAISY-I2S/Makefile \
|
||||||
|
src/conf/ucm/DB410c/Makefile \
|
||||||
|
src/conf/ucm/GoogleNyan/Makefile \
|
||||||
src/conf/ucm/PandaBoard/Makefile \
|
src/conf/ucm/PandaBoard/Makefile \
|
||||||
src/conf/ucm/PandaBoardES/Makefile \
|
src/conf/ucm/PandaBoardES/Makefile \
|
||||||
src/conf/ucm/SDP4430/Makefile \
|
|
||||||
src/conf/ucm/tegraalc5632/Makefile \
|
|
||||||
src/conf/ucm/PAZ00/Makefile \
|
src/conf/ucm/PAZ00/Makefile \
|
||||||
src/conf/ucm/GoogleNyan/Makefile \
|
src/conf/ucm/SDP4430/Makefile \
|
||||||
src/conf/ucm/broadwell-rt286/Makefile \
|
|
||||||
src/conf/ucm/skylake-rt286/Makefile \
|
src/conf/ucm/skylake-rt286/Makefile \
|
||||||
|
src/conf/ucm/tegraalc5632/Makefile \
|
||||||
src/conf/ucm/VEYRON-I2S/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/Makefile \
|
||||||
src/conf/topology/broadwell/Makefile \
|
src/conf/topology/broadwell/Makefile \
|
||||||
modules/Makefile modules/mixer/Makefile modules/mixer/simple/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 \
|
src/conf/topology/bxtrt298/Makefile \
|
||||||
alsalisp/Makefile aserver/Makefile \
|
alsalisp/Makefile aserver/Makefile \
|
||||||
test/Makefile test/lsb/Makefile \
|
test/Makefile test/lsb/Makefile \
|
||||||
src/conf/ucm/broxton-rt298/Makefile \
|
|
||||||
utils/Makefile utils/alsa-lib.spec utils/alsa.pc)
|
utils/Makefile utils/alsa-lib.spec utils/alsa.pc)
|
||||||
|
|
||||||
dnl Create asoundlib.h dynamically according to configure options
|
dnl Create asoundlib.h dynamically according to configure options
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue