summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames O'Shannessy <james.oshannessy@fiberdyne.com.au>2018-09-15 00:44:37 -0700
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-26 17:27:27 +1100
commitc656cad43025265094bf5139c1265d4bcc0ba84c (patch)
tree1b0a154979075c7e039adc2b862af628927f9ab3 /Makefile
parent38d172808a61a6d0b404abea4db95cd4ee03b06e (diff)
Add updates to Makefiles and tasks for building
Add required changes to Makefile and KConfig to implement building of loopback audio path as part of standard make execution. Signed-off-by: James O'Shannessy <james.oshannessy@fiberdyne.com.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c02c23..dfdc715 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ ccflags-y += -I${CCFLAGS_AVIRT}
$(info $(KERNELRELEASE))
obj-$(CONFIG_AVIRT_DUMMYAP) += dummy/
+obj-$(CONFIG_AVIRT_LOOPBACKAP) += loopback/
###
# For out-of-tree building
@@ -27,7 +28,9 @@ else
endif
all:
- CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y CONFIG_AVIRT_DUMMYAP=m \
+ CONFIG_AVIRT=m CONFIG_AVIRT_BUILDLOCAL=y \
+ CONFIG_AVIRT_DUMMYAP=m \
+ CONFIG_AVIRT_LOOPBACKAP=m \
make -C $(KERNEL_SRC) M=$(PWD)
clean: