mirror of https://github.com/torvalds/linux.git
The pcmtest driver tests use the kselftest harness which requires that
_GNU_SOURCE is defined but nothing causes it to be defined. Since the
KHDR_INCLUDES Makefile variable has had the required define added let's
use that, this should provide some futureproofing.
Fixes:
|
||
|---|---|---|
| .. | ||
| conf.d | ||
| .gitignore | ||
| Makefile | ||
| alsa-local.h | ||
| conf.c | ||
| mixer-test.c | ||
| pcm-test.c | ||
| pcm-test.conf | ||
| test-pcmtest-driver.c | ||