12 lines
158 B
Makefile
Executable File
12 lines
158 B
Makefile
Executable File
SUBDIRS = hal post_proc
|
|
|
|
if QAHW_SUPPORT
|
|
SUBDIRS += qahw_api qahw_api/test
|
|
endif
|
|
|
|
if AUDIO_HW_LOOPBACK
|
|
SUBDIRS += hdmi_in_test
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|