forked from Minki/linux
73b3fc3d74
This file contains an abstract layer for the I2C transfer functions. Get rid of it, merging it at drxj. This will allow to remove another abstraction layer there, making the code easier to read, and removing the functions that just return -EIO. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
7 lines
165 B
Makefile
7 lines
165 B
Makefile
drx39xyj-objs := drxj.o
|
|
|
|
obj-$(CONFIG_DVB_DRX39XYJ) += drx39xyj.o
|
|
|
|
ccflags-y += -I$(srctree)/drivers/media/dvb-core/
|
|
ccflags-y += -I$(srctree)/drivers/media/tuners/
|