https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 395252691cd53e350a4509f9bfc5be8028b22dfc authored by Jason Self on 04 November 2013, 12:35:44 UTC
Linux-libre 3.11.7-gnu
Tip revision: 3952526
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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