On 16 October 2018 at 10:40, Pankaj Bansal <[email protected]> wrote: > +edk2-platforms maintainers in To list > > > > Thank you Liming for replying. > > > > Our entire code is in edk2-platforms > (https://github.com/tianocore/edk2-platforms) which is denoted by > PACKAGES_PATH. > > The PACKAGES_PATH directory can be anywhere in WORKSPACE depending on the > sync directory defined by user. > > i.e. it can be $(WORKSPACE)/edk2-platforms or $(WORKSPACE)/<any directory > name that user can define during git sync> > > As our dsc files are relative to PACKAGES_PATH, I want to specify their path > in dsc file like this: > > > > !include $(PACKAGES_PATH)/Silicon/NXP/<Silicon Name>.dsc > > > > Using $(WORKSPACE), I cannot specify above path, as it can be at place other > than $(WORKSPACE)/edk2-platforms >
But why do you need to !include things in the first place? Can you explain how you are trying to organize the files, and which file includes which? _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

