Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.13-rc2 10 lines 250 B view raw
1ccflags-y := -Iinclude/drm 2 3ch7006-y := ch7006_drv.o ch7006_mode.o 4obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o 5 6sil164-y := sil164_drv.o 7obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o 8 9tda998x-y := tda998x_drv.o 10obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o