]> git.saurik.com Git - apple/xnu.git/blobdiff - README
xnu-2050.7.9.tar.gz
[apple/xnu.git] / README
diff --git a/README b/README
index b9e102527f8ab5153018aa9ff3bd16cadc58e474..b71d70f725114ca3c443bedbc1c7b7d4445c4e06 100644 (file)
--- a/README
+++ b/README
@@ -131,6 +131,8 @@ A. How to build XNU:
 
   -project libkxld      # user-space version of kernel linker
 
+  -project libkmod     # static library automatically linked into kexts
+
   -project Libsyscall   # automatically generate BSD syscall stubs
 
 
@@ -154,7 +156,9 @@ A. How to build XNU:
 
    $ make -w              # trace recursive make invocations. Useful in combination with VERBOSE=YES
 
-   $ make BUILD_LTO=1    # built with LLVM Link Time Optimization (experimental)
+   $ make BUILD_LTO=1    # build with LLVM Link Time Optimization (experimental)
+
+   $ make BUILD_INTEGRATED_ASSEMBLER=1 # build with LLVM integrated assembler (experimental)
 
 =============================================
 B. How to install a new header file from XNU