xref: /openbmc/linux/drivers/video/fbdev/sis/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1 *ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2 f7018c21STomi Valkeinen#
3 f7018c21STomi Valkeinen# Makefile for the SiS framebuffer device driver
4 f7018c21STomi Valkeinen#
5 f7018c21STomi Valkeinen
6 f7018c21STomi Valkeinenobj-$(CONFIG_FB_SIS) += sisfb.o
7 f7018c21STomi Valkeinen
8 f7018c21STomi Valkeinensisfb-objs := sis_main.o sis_accel.o init.o init301.o initextlfb.o
9