Moved the vesa.h and vga.h headers to the private vesa driver header directory

for future use.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-04-08 15:14:32 +00:00
parent 93ee21046d
commit a5ff23c727
3 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ SubDir OBOS_TOP src kernel boot platform bios_ia32 ;
SubDirHdrs $(OBOS_TOP) headers private kernel boot platform $(OBOS_BOOT_PLATFORM) ;
UsePrivateHeaders [ FDirName kernel disk_device_manager ] ;
UsePrivateHeaders [ FDirName graphics vesa ] ;
UsePrivateHeaders [ FDirName storage ] ;
SubDirC++Flags -fno-rtti ;