https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d62ed4db6d30b1fe33d39d7d3685b9c1b44aa3ad authored by Jason Self on 20 February 2009, 22:39:47 UTC
Linux-libre 2.6.27.19-gnu1
Tip revision: d62ed4d
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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