Fix for a compilation error when compiling XAA related files

When commit 27f85fc523 (Don't build
split alpine and laguna support) merged Alpine and Laguna support,
it missed a backslash ('\') to denote the next line for XAA related
files.

Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
Kevin Brace
2019-02-20 09:33:31 -08:00
parent a4a45b7a29
commit ee3504d959

View File

@@ -48,7 +48,7 @@ cirrus_drv_la_SOURCES = \
if XAA
cirrus_drv_la_SOURCES += \
alp_xaa.c \
alp_xaam.c
alp_xaam.c \
lg_xaa.c \
lg_xaa.h
endif