diff options
Diffstat (limited to 'drivers/video/mbx/Makefile')
-rw-r--r-- | drivers/video/mbx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/mbx/Makefile b/drivers/video/mbx/Makefile new file mode 100644 index 0000000..16c1165 --- /dev/null +++ b/drivers/video/mbx/Makefile @@ -0,0 +1,4 @@ +# Makefile for the 2700G controller driver. + +obj-$(CONFIG_FB_MBX) += mbxfb.o +obj-$(CONFIG_FB_MBX_DEBUG) += mbxfbdebugfs.o |