mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
#
|
|
# Makefile for the Kyro framebuffer driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_KYRO) += kyrofb.o
|
|
|
|
kyrofb-objs := STG4000Ramdac.o STG4000VTG.o STG4000OverlayDevice.o \
|
|
STG4000InitDevice.o fbdev.o
|