0f45b8c57e
The convention for framebuffer devices is to call them xxxfb, not xxx-fb. Conform to this. Also move the ivtvfb.h header to include/linux: it is a public header. The FBIO_WAITFORVSYNC ioctl is now also defined in the ivtvfb.h header, no more need to include matroxfb.h for just this ioctl. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
9 lines
330 B
Makefile
9 lines
330 B
Makefile
ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
|
|
ivtv-driver.o ivtv-fileops.o ivtv-firmware.o \
|
|
ivtv-gpio.o ivtv-i2c.o ivtv-ioctl.o ivtv-irq.o \
|
|
ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
|
|
ivtv-vbi.o ivtv-yuv.o
|
|
|
|
obj-$(CONFIG_VIDEO_IVTV) += ivtv.o
|
|
obj-$(CONFIG_VIDEO_FB_IVTV) += ivtvfb.o
|