fbd: Port to RTEMS

This commit is contained in:
Vijay Kumar Banerjee
2019-08-04 01:49:43 +05:30
committed by Christian Mauderer
parent fa976bc5aa
commit d7c01f4569
12 changed files with 127 additions and 0 deletions

View File

@@ -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']()
)