radeon_hd: move some atombios headers to private/graphics

These will be needed to implement custom modes in the VESA driver.

Change-Id: I9b52de691baa14e1f1a3ccce500ced9bb040b113
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4622
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Adrien Destugues 2021-10-19 15:16:25 +02:00 committed by waddlesplash
parent ed7b6396e3
commit 60ffcc21fb
4 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons accelerants radeon_hd atomb
UseHeaders [ FDirName $(SUBDIR) atombios ] ;
UsePrivateHeaders graphics ;
UsePrivateHeaders [ FDirName graphics radeon_hd ] ;
UsePrivateHeaders [ FDirName graphics radeon_hd atombios ] ;
UsePrivateHeaders [ FDirName graphics common ] ;
UsePrivateHeaders shared ;