Skip to content

Commit

Permalink
firewire: Use COMPILE_TEST for build testing
Browse files Browse the repository at this point in the history
Stop using BROKEN as an alternative dependency for the purpose of
build testing the firewire core. The newly introduced COMPILE_TEST is
better suited for that purpose.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Jean Delvare authored and Stefan Richter committed May 17, 2014
1 parent 1118f8d commit b3d681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firewire/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menu "IEEE 1394 (FireWire) support"
depends on PCI || BROKEN
depends on PCI || COMPILE_TEST
# firewire-core does not depend on PCI but is
# not useful without PCI controller driver

Expand Down

0 comments on commit b3d681a

Please sign in to comment.