This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-28 11:18:45 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
552ccf6b25
linux_dsm_epyc7002
/
drivers
/
video
/
fbdev
/
mmp
/
Makefile
4 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
video/mmpfb: allow modular build The frame buffer core can be a module, which means any fb drivers should be able to build as modules too. This turns mmpfb into a tristate option to allow that and fix a possible randconfig build error. drivers/built-in.o: In function `modes_setup': :(.text+0x11b34): undefined reference to `fb_videomode_to_modelist' :(.text+0x11b5c): undefined reference to `fb_videomode_to_var' Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2015-01-29 03:13:50 +07:00
obj-$(CONFIG_MMP_DISP)
+=
mmp_disp.o hw/ panel/ fb/
mmp_disp-y
+=
core.o
Reference in New Issue
Copy Permalink