diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-02-03 11:00:27 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-02-09 20:36:50 -0500 |
commit | a6fcd567f6aa01746471fd639db63fecadbf166b (patch) | |
tree | bcdc273c61aa32335b6733cc0e560ae3ec69e429 /Makefile.extra.in | |
parent | 2a9f934aae45b7d4fab93ccbd761d39600bdf385 (diff) | |
download | phosphor-inventory-manager-a6fcd567f6aa01746471fd639db63fecadbf166b.tar.gz phosphor-inventory-manager-a6fcd567f6aa01746471fd639db63fecadbf166b.zip |
build: split app/test pimgen invocation
Run pimgen twice, once for the application with the real YAML
and once for the testcase with the example YAML so that the
testcase can run and build sucessfully when an alternate YAML
tree is provided.
Move extra interface rule generation from pimgen to a makefile
generating script.
Change-Id: Ib0c01bd2207007b815019232a466fa16889f2005
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'Makefile.extra.in')
-rw-r--r-- | Makefile.extra.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.extra.in b/Makefile.extra.in new file mode 100644 index 0000000..128a178 --- /dev/null +++ b/Makefile.extra.in @@ -0,0 +1 @@ +# Empty file so that 'configure' attempts to generate Makefile.extra. |