commit | da112f13996de6e8dc0011f77ce8f7d0353dd14e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Apr 20 08:53:49 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Apr 20 10:53:45 2018 -0400 |
tree | de9cb31943626f4f6a562f6377b803475b3edc96 | |
parent | e39fbc26ab6ae6cbb76752b4d357ffedd911a1c6 [diff] |
media: sound, isapnp: allow building more drivers with COMPILE_TEST Drivers that depend on ISAPNP currently can't be built with COMPILE_TEST. However, looking at isapnp.h, there are already stubs there to allow drivers to include it even when isa PNP is not supported. So, remove such dependencies when COMPILE_TEST. Acked-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>