mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
2c3fb08b3f
The remaining drivers are mostly platform drivers. Name the dir to reflect it. It makes sense to latter break it into a few other dirs. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
7 lines
176 B
Makefile
7 lines
176 B
Makefile
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
|
|
cafe_ccic-y := cafe-driver.o mcam-core.o
|
|
|
|
obj-$(CONFIG_VIDEO_MMP_CAMERA) += mmp_camera.o
|
|
mmp_camera-y := mmp-driver.o mcam-core.o
|
|
|