8 lines
141 B
Makefile
8 lines
141 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
|