https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1b99cb2c2dbc6f868c9611850168f4ed8eb37e7f authored by Jason Self on 23 March 2012, 20:55:35 UTC
Linux-libre 3.0.26-gnu1
Tip revision: 1b99cb2
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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