/drivers/video/pnx4008/Makefile
Makefile | 7 lines | 2 code | 2 blank | 3 comment | 0 complexity | 7c6ddfe8d4d9ae83c8a21b02e945b944 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
1#
2# Makefile for the new PNX4008 framebuffer device driver
3#
4
5obj-$(CONFIG_FB_PNX4008_DUM) += sdum.o
6obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnxrgbfb.o
7