On Nov 6, 2013, at 11:34 PM, Gao, Liming wrote:
> Andrew:
> EDKII build system bases on file postfix name to handle them. For new
> postfix name, you may extend build_rule.txt file to add new rule for it.
>
I know that I can chain via names, but this does not solve issues with parallel
bui
Andrew:
EDKII build system bases on file postfix name to handle them. For new postfix
name, you may extend build_rule.txt file to add new rule for it.
Thanks
Liming
-Original Message-
From: Andrew Fish [mailto:[email protected]]
Sent: Thursday, November 07, 2013 11:54 AM
To: edk2-buildt
I’d like like to have an INF file that is full of *.XYZ files that get run
through the C pre-processor and converted to an intermediate form. I would like
to take set of intermediate files and post process them info a single .bin file
that will then end up in an FFS file.
What is the best way