]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/Makefile: Don't compile a media driver there
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 2 Nov 2011 11:15:04 +0000 (09:15 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 2 Nov 2011 11:17:00 +0000 (09:17 -0200)
commitbd90649834a322ff70925db9ac37bf7a461add52
treef2e1a1dee0cab02959cb7cb73718a7e6060a6220
parentb82b12633773804713fc10ae5d0006be2b5bf943
staging/Makefile: Don't compile a media driver there

Otherwise, with driver as "y", compilation will break:

drivers/staging/media/as102/built-in.o: In function `as10x_cmd_get_demod_stats':
/home/v4l/work_trees/linux-next/drivers/staging/media/as102/as10x_cmd.c:306: multiple definition of `as10x_cmd_get_demod_stats'
drivers/staging/media/built-in.o:/home/v4l/work_trees/linux-next/drivers/staging/media/as102/as10x_cmd.c:306: first defined here
drivers/staging/media/as102/built-in.o:(.data+0x88): multiple definition of `as102_st_fw1'
drivers/staging/media/built-in.o:(.data+0x88): first defined here

as the same driver is already at staging/media/Makefile.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/Makefile