diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-11 03:35:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-11 03:35:30 +0100 |
commit | 2cdadb1b2f7233a6642875e6b5fe6e0963c7171c (patch) | |
tree | 33e3a4436af658b4a12060d96bd2adc8fe5b2853 /sys/src/cmd/aux/vga/mkfile | |
parent | 6e67b04a1fa9da8591abccb3c03859b50e3679d8 (diff) |
igfx: get edid information from lvds
Diffstat (limited to 'sys/src/cmd/aux/vga/mkfile')
-rw-r--r-- | sys/src/cmd/aux/vga/mkfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/src/cmd/aux/vga/mkfile b/sys/src/cmd/aux/vga/mkfile index cd57744b1..6d821110d 100644 --- a/sys/src/cmd/aux/vga/mkfile +++ b/sys/src/cmd/aux/vga/mkfile @@ -15,6 +15,7 @@ OFILES=\ cyber938x.$O\ data.$O\ db.$O\ + edid.$O\ error.$O\ et4000.$O\ et4000hwgc.$O\ @@ -66,7 +67,8 @@ OFILES=\ HFILES=\ pci.h\ - vga.h + vga.h\ + edid.h\ UPDATE=\ mkfile\ @@ -75,7 +77,6 @@ UPDATE=\ /lib/vgadb\ riva_tbl.h\ - </sys/src/cmd/mkone geode.$O: geode_modes.h |