linux/drivers/media/platform/s5p-jpeg
Mauro Carvalho Chehab 5f63adbb4c [media] s5p makefiles: don't override other selections on obj-[ym]
The $obj-m/$obj-y vars should be adding new modules to build, not
overriding it. So, it should never use
	$obj-y := foo.o
instead, it should use:
	$obj-y += foo.o

Failing to do that is very bad, as it will suppress needed modules.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-06-20 05:46:00 -03:00
..
Makefile [media] s5p makefiles: don't override other selections on obj-[ym] 2013-06-20 05:46:00 -03:00
jpeg-core.c [media] s5p-jpeg: Add copy time stamp handling 2013-04-25 09:47:22 -03:00
jpeg-core.h [media] s5p-jpeg: convert struct spinlock to spinlock_t 2012-12-27 14:59:44 -02:00
jpeg-hw.h [media] rename drivers/media/video as .../platform 2012-08-15 16:43:09 -03:00
jpeg-regs.h [media] rename drivers/media/video as .../platform 2012-08-15 16:43:09 -03:00