# vim: ft=python module("drv.uefi_fb", target = "user", deps = [ "libc", "bootproto" ], description = "UEFI framebuffer driver", drivers = [ "uefi.fb" ], sources = [ "font.cpp", "main.cpp", "screen.cpp", "scrollback.cpp", ])