https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c67af728230d5260d7dbadfcf11ae13510f67870 authored by Jason Self on 14 April 2014, 13:42:38 UTC
Linux-libre 3.10.37-gnu
Tip revision: c67af72
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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