diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-08 17:02:51 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:41 +1100 |
commit | 39af5aad096d103c171096f05cc0487e66de0571 (patch) | |
tree | 76ad9495f009a794835b7785a593dc49f19ca623 /loopback/Makefile | |
parent | 3b2d2634474398bb40c64941c828a4cf6b363d4a (diff) |
Add working loopback implementation, helper scripts
Reworked the original aloop implementation to have the PCM devices loop on themselves, and subscribe the the AVIRT system.
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'loopback/Makefile')
-rw-r--r-- | loopback/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loopback/Makefile b/loopback/Makefile index 55da206..0464aba 100644 --- a/loopback/Makefile +++ b/loopback/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_AVIRT_LOOPBACKAP) += avirt_loopbackap.o $(info $(src)) |