Moved x86emu to {src,headers}/libs/.

This commit is contained in:
Alex Smith
2012-08-04 10:21:22 +01:00
parent 92f09f1aeb
commit 70ee5a7efb
21 changed files with 7 additions and 1 deletions
+7 -1
View File
@@ -1,17 +1,23 @@
SubDir HAIKU_TOP src add-ons kernel generic bios ;
UseHeaders [ LibraryHeaders x86emu ] ;
UsePrivateKernelHeaders ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) x86emu ] ;
KernelAddon bios :
local x86emuSources =
decode.c
fpu.c
ops.c
ops2.c
prim_ops.c
sys.c
;
KernelAddon bios :
$(x86emuSources)
bios.cpp
;
SEARCH on [ FGristFiles $(x86emuSources) ]
= [ FDirName $(HAIKU_TOP) src libs x86emu ] ;