https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 88a8ee90a0726dfefd37db0319626b261fa45fd3 authored by Jason Self on 06 February 2014, 19:42:28 UTC
Linux-libre 3.13.2-gnu
Tip revision: 88a8ee9
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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