Skip to content

Commit 2466e92

Browse files
committed
Add __VCCOREVER__ to makefile
1 parent 4c9c547 commit 2466e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/arm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
1818
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
1919
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
2020

21-
EXTRA_CFLAGS += -Idrivers/misc/vc04_services -Idrivers/misc/vc04_services/interface/vcos/linuxkernel
21+
EXTRA_CFLAGS += -Idrivers/misc/vc04_services -Idrivers/misc/vc04_services/interface/vcos/linuxkernel -D__VCCOREVER__=0x04000000
2222

0 commit comments

Comments
 (0)