8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# Makefile for the new PNX4008 framebuffer device driver
|
|
#
|
|
|
|
obj-$(CONFIG_FB_PNX4008_DUM) += sdum.o
|
|
obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnxrgbfb.o
|
|
|