mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46: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
|
||
|
|