opnsense-src/lib/virtual_oss/Makefile
Brooks Davis 9be3ccda4c virtual_oss: build system tidying
general:
 - find libsamplerate's headers in the temporary sysroot instead of
   digging in the source tree.
 - use LIBADD where possible

lib/virtual_oss:
 - centralize SHLIBDIR define
 - centralize include path for internal headers
 - don't try to find libsamplerate directly in .OBJDIR

No functional changes.

Reviewed by:	christos
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D54704

(cherry picked from commit 373c72ad5044d5f84b7f3fa169d37e7214729f74)
2026-01-30 18:29:56 +02:00

8 lines
90 B
Makefile

.include <src.opts.mk>
SUBDIR+= null \
oss
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>