mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01: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
|