]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/conf/Makefile.template
xnu-7195.101.1.tar.gz
[apple/xnu.git] / libsa / conf / Makefile.template
index 308dc426a9fc1d5673eb730101c440acd51f7b4a..b20de6a3d7474e91efa4e02ecf046718342fc5ba 100644 (file)
@@ -68,7 +68,9 @@ KLD_FILES = $(OBJS)
 
 $(COMPONENT).filelist: $(OBJS)
        $(_v)for kld_file in ${KLD_FILES}; do      \
-               $(SEG_HACK) -n __KLD -o $${kld_file}__ $${kld_file} || exit 1; \
+               $(SEG_HACK) -s __TEXT -n __KLD -o $${kld_file}__ $${kld_file} || exit 1; \
+               mv $${kld_file}__ $${kld_file} || exit 1; \
+               $(SEG_HACK) -i __KLD -n __KLDDATA -o $${kld_file}__ $${kld_file} || exit 1; \
                mv $${kld_file}__ $${kld_file} || exit 1; \
        done
        @$(LOG_LDFILELIST) "$(COMPONENT)"