https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8ee1953577d8e674210d14f3667f5e0392f9602c authored by Jason Self on 26 January 2012, 01:26:51 UTC
Linux-libre 3.0.18-gnu1
Tip revision: 8ee1953
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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