aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
AgeCommit message (Collapse)Author
2020-09-16Fix Makefile dependenciesGlenn Kasten
2020-02-27Added 'tinymix' to linker ruleTaylor Holberton
2020-02-22Fix cross-compilationBruno Morais
Cross-compilation failing due to make library resolution.
2020-02-07tinyalsa: add support for PCM pluginsBhalchandra Gajare
Update the pcm framework to support plugins. Resolve the pcm device node to be either kernel device or virtual device and setup function pointers accordingly. Implement framework functionality for pcm_plugin.c for ease of plugin development. Plugin itself is compiled as shared object (.so) and dynamically linked from pcm_plugin.c. Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org> Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
2018-11-28Fixed make build using clangTaylor Holberton
2018-10-30Added -fPIC and -pie flags to utility buildsTaylor Holberton
2017-01-14linking with static libtinyalsaTaylor Holberton
2016-11-22removed override directiveTaylor Holberton
2016-11-22using install command instead of cp and mkdirTaylor Holberton
2016-10-02added installation of man pagesTaylor Holberton
2016-10-02added BINDIR and removed old build varsTaylor Holberton
2016-10-01added DESTDIR to install command and explicit build commandsTaylor Holberton
2016-10-01added VPATH and INCDIRTaylor Holberton
2016-10-01put programs into utils dirTaylor Holberton