https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 21b40fc9718063c6c827d87c20b24f026e809376 authored by Jason Self on 07 March 2014, 05:58:51 UTC
Linux-libre 3.10.33-gnu
Tip revision: 21b40fc
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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