diff options
Diffstat (limited to 'drivers/video/kyro/Makefile')
-rw-r--r-- | drivers/video/kyro/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/kyro/Makefile b/drivers/video/kyro/Makefile new file mode 100644 index 000000000000..2fd66f551bae --- /dev/null +++ b/drivers/video/kyro/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the Kyro framebuffer driver | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_FB_KYRO) += kyrofb.o | ||
6 | |||
7 | kyrofb-objs := STG4000Ramdac.o STG4000VTG.o STG4000OverlayDevice.o \ | ||
8 | STG4000InitDevice.o fbdev.o | ||