mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 04:35:27 +07: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
|
||
|
|