diff options
Diffstat (limited to 'drivers/video/sis/Makefile')
-rw-r--r-- | drivers/video/sis/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/sis/Makefile b/drivers/video/sis/Makefile new file mode 100644 index 000000000000..aaed8c2b4a64 --- /dev/null +++ b/drivers/video/sis/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the SiS framebuffer device driver | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_FB_SIS) += sisfb.o | ||
6 | |||
7 | sisfb-objs := sis_main.o sis_accel.o init.o init301.o | ||