https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9df3518bdc65fad7c87c598e38b334c83a44ed3a authored by Jason Self on 10 December 2014, 08:53:51 UTC
Linux-libre 3.12.35-gnu
Tip revision: 9df3518
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

obj-$(CONFIG_KS0108)		+= ks0108.o
obj-$(CONFIG_CFAG12864B)	+= cfag12864b.o cfag12864bfb.o
back to top