Skip to content

Commit f9506a1

Browse files
committed
Merge pull request #134 from OpenELEC/build_fixes
fix build with CONFIG_BCM2708_VCHIQ is disabled
2 parents 8bccc7a + 7aa8d82 commit f9506a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ obj-y += lis3lv02d/
4848
obj-y += carma/
4949
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
5050
obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
51-
obj-y += vc04_services/
51+
obj-$(CONFIG_BCM2708_VCHIQ) += vc04_services/

0 commit comments

Comments
 (0)