]> Zhao Yanbai Git Server - minix.git/commit
audio: use standard Makefile structure 45/3045/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 6 Jul 2015 11:57:19 +0000 (13:57 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 8 Aug 2015 16:55:03 +0000 (16:55 +0000)
commit8731fd1c47ee8fde0d0a707438278d0f8088cee2
tree7f2d2f963ce15bf133b57b2ff9f4006418c2b127
parent989398b4476c53703138eedf6b7ac07cbab28f55
audio: use standard Makefile structure

The previous approach of including libraries through the parent
directory's Makefile.inc created linking issues, with libchardriver
not finding snprintf in certain cases.  The new approach of including
libraries through the driver's only Makefile is the one used by all
other drivers.

Change-Id: I96e6308e12e54f0fce8ecf58bd061269860d4355
minix/drivers/audio/Makefile.inc
minix/drivers/audio/README
minix/drivers/audio/es1370/Makefile
minix/drivers/audio/es1371/Makefile
minix/drivers/audio/sb16/Makefile