https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7473add671ec793602f9a800e91d39e7b808c882 authored by Jason Self on 08 September 2013, 04:49:55 UTC
Linux-libre 3.0.95-gnu1
Tip revision: 7473add
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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