mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
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
|
||
|
|