You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the Smedia Glamo framebuffer driver
|
|
#
|
|
|
|
obj-$(CONFIG_MFD_GLAMO) += glamo-core.o
|
|
obj-$(CONFIG_MFD_GLAMO_GPIO) += glamo-gpio.o
|
|
obj-$(CONFIG_MFD_GLAMO_SPI) += glamo-spi.o
|
|
|
|
obj-$(CONFIG_MFD_GLAMO_FB) += glamo-fb.o
|
|
obj-$(CONFIG_MFD_GLAMO_MCI) += glamo-mci.o
|
|
|
|
|