mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 17:55:13 +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
|
||
|
|