diff options
| author | Toomas Soome <tsoome@me.com> | 2016-04-05 22:04:52 +0300 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2019-02-07 20:38:14 -0500 |
| commit | 82bb7c22d8e83f1de600f67544ab4c79e4d44b14 (patch) | |
| tree | ffbcb48463507be22a49dfe1ef480772776159cc /usr/src/uts/i86pc/Makefile.files | |
| parent | 11f30dc397b17ef5d8b607824b7b028e4d3c4648 (diff) | |
| download | illumos-joyent-82bb7c22d8e83f1de600f67544ab4c79e4d44b14.tar.gz | |
10331 uts: gfx_private bitmap framebuffer implementation
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/i86pc/Makefile.files')
| -rw-r--r-- | usr/src/uts/i86pc/Makefile.files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/Makefile.files b/usr/src/uts/i86pc/Makefile.files index 2df0d1ea51..3ee622c0fe 100644 --- a/usr/src/uts/i86pc/Makefile.files +++ b/usr/src/uts/i86pc/Makefile.files @@ -190,7 +190,7 @@ DBOOT_OBJS += \ # GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \ gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o \ - gfxp_fb.o + gfxp_fb.o gfxp_bitmap.o FIPE_OBJS += fipe_drv.o fipe_pm.o IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o |
