kernel/efi: Add efi platform

Change-Id: Ie3cc4b4652d56983147221db9fbee6b72f177b1b
This commit is contained in:
Alexander von Gluck IV
2018-08-08 09:48:34 -05:00
parent 740114b89c
commit 572030aca6
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
SubDir HAIKU_TOP src system kernel platform efi ;
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
KernelMergeObject kernel_platform_efi.o :
platform.cpp
;
@@ -0,0 +1,3 @@
/*
* Just a dummy for now.
*/