mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 16:25:00 +08:00
fbd: Port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
fa976bc5aa
commit
d7c01f4569
11
libbsd.py
11
libbsd.py
@@ -797,6 +797,14 @@ class display(builder.Module):
|
||||
'sys/dev/videomode/ediddevs.h',
|
||||
'sys/dev/videomode/ediddevs_data.h',
|
||||
'sys/dev/videomode/vesagtf.h',
|
||||
'sys/dev/vt/hw/fb/vt_fb.h',
|
||||
'sys/dev/vt/colors/vt_termcolors.h',
|
||||
'sys/dev/vt/vt.h',
|
||||
'sys/dev/fb/fbreg.h',
|
||||
'sys/teken/teken.h',
|
||||
'sys/sys/fbio.h',
|
||||
'sys/sys/consio.h',
|
||||
'sys/sys/terminal.h',
|
||||
]
|
||||
)
|
||||
self.addKernelSpaceSourceFiles(
|
||||
@@ -806,6 +814,8 @@ class display(builder.Module):
|
||||
'sys/dev/videomode/edid.c',
|
||||
'sys/dev/videomode/vesagtf.c',
|
||||
'sys/dev/videomode/videomode.c',
|
||||
'sys/dev/fb/fb.c',
|
||||
'sys/dev/fb/fbd.c',
|
||||
],
|
||||
mm.generator['source']()
|
||||
)
|
||||
@@ -813,6 +823,7 @@ class display(builder.Module):
|
||||
[
|
||||
'local/clknode_if.c',
|
||||
'local/hdmi_if.c',
|
||||
'local/fb_if.c',
|
||||
],
|
||||
mm.generator['source']()
|
||||
)
|
||||
|
Reference in New Issue
Block a user