https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a98ecedbc94652973772942345a779e761dc9cc1 authored by Jason Self on 10 August 2015, 19:22:51 UTC
Linux-libre 3.10.86-gnu
Tip revision: a98eced
Makefile
#
# Makefile for the kernel auxiliary displays device drivers.
#

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