https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 73e593999d9c2f74f02e3cd5e857502885d6b705 authored by Jason Self on 16 January 2013, 22:07:47 UTC
Linux-libre 2.6.34.14-gnu1
Tip revision: 73e5939
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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