File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
drivers/staging/vc04_services Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
3
3
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
4
4
5
- ccflags-y += -I $(srctree ) /$(src ) /../include -D__VCCOREVER__=0x04000000
5
+ ccflags-y += -I $(srctree ) /$(src ) /../include
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-v4l2.o
7
7
8
8
ccflags-y += \
9
9
-I $(srctree ) /$(src ) /.. \
10
- -I $(srctree ) /$(src ) /../vchiq-mmal/ \
11
- -D__VCCOREVER__=0x04000000
10
+ -I $(srctree ) /$(src ) /../vchiq-mmal/
Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
5
5
6
6
ccflags-y += \
7
7
-I$(srctree ) /$(src ) /.. \
8
- -I$(srctree ) /$(src ) /../include \
9
- -D__VCCOREVER__=0x04000000
8
+ -I$(srctree ) /$(src ) /../include
You can’t perform that action at this time.
0 commit comments