Home | History | Annotate | Line # | Download | only in i2c
Makefile revision 1.1
      1  1.1  riastrad ccflags-y := -Iinclude/drm
      2  1.1  riastrad 
      3  1.1  riastrad ch7006-y := ch7006_drv.o ch7006_mode.o
      4  1.1  riastrad obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o
      5  1.1  riastrad 
      6  1.1  riastrad sil164-y := sil164_drv.o
      7  1.1  riastrad obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o
      8