https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 25bbf7148512fda13fed861be3443611134fe36e authored by Jason Self on 09 December 2011, 17:24:31 UTC
Linux-libre 2.6.32.50-gnu1
Tip revision: 25bbf71
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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