mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
#
|
|
# Makefile for the SiS framebuffer device driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_SIS) += sisfb.o
|
|
|
|
sisfb-objs := sis_main.o sis_accel.o init.o init301.o initextlfb.o
|