]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/kxld/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libkern / kxld / Makefile
index 81160694c769fddc166b1e46411e394a494a6c42..bebe8982910030b431f5c5a3237da5aa42078238 100644 (file)
@@ -66,6 +66,7 @@ ifeq ($(strip $(SDK_DIR)),)
        SDK_DIR := /
 endif
 
+
 DEFINES = -DPRIVATE
 CFLAGS=-std=c99 -Wall -Wextra -Werror -pedantic -Wformat=2 -Wcast-align \
        -Wwrite-strings -Wshorten-64-to-32 -Wshadow -Winit-self -Wpointer-arith \
@@ -140,6 +141,7 @@ $(LIBKXLDSYM_ARCHIVE): $(LIBKXLDOBJ_ARCHIVE)
        @mkdir -p $(SYMROOT)
        install -c -m 644 $< $@
 
+
 $(LIBKXLDOBJ_DYLIB): $(OBJS)
        $(CC) $(LDFLAGS) -o $@ $^