mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 14:46:49 +07:00
9 lines
185 B
Makefile
9 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
|