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