X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..316670eb35587141e969394ae8537d66b9211e80:/iokit/conf/Makefile diff --git a/iokit/conf/Makefile b/iokit/conf/Makefile index 7b37a4736..868b1422b 100644 --- a/iokit/conf/Makefile +++ b/iokit/conf/Makefile @@ -42,9 +42,11 @@ $(COMPOBJROOT)/$(IOKIT_KERNEL_CONFIG)/Makefile : $(SOURCE)/MASTER \ do_all: $(COMPOBJROOT)/$(IOKIT_KERNEL_CONFIG)/Makefile $(_v)next_source=$(subst conf/,,$(SOURCE)); \ + next_relsource=$(subst conf/,,$(RELATIVE_SOURCE_PATH)); \ ${MAKE} -C $(COMPOBJROOT)/$(IOKIT_KERNEL_CONFIG) \ MAKEFILES=$(TARGET)/$(IOKIT_KERNEL_CONFIG)/Makefile \ SOURCE=$${next_source} \ + RELATIVE_SOURCE_PATH=$${next_relsource} \ TARGET=$(TARGET) \ INCL_MAKEDEP=FALSE \ KERNEL_CONFIG=$(IOKIT_KERNEL_CONFIG) \