[dpdk-dev] [PATCH] mk: add makefile extention support

2016-03-03 Thread Wiles, Keith
>2016-03-03 14:55, Wiles, Keith: >> >>2016-02-28 21:47, Wiles, Keith: >> >>> >Hi, >> >>> > >> >>> >2016-02-09 11:35, Keith Wiles: >> >>> >> Adding support to the build system to allow for Makefile.XXX >> >>> >> extention to a subtree, which already has Makefiles. These >> >>> >> Makefiles could be

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-03-03 Thread Thomas Monjalon
2016-03-03 14:55, Wiles, Keith: > >>2016-02-28 21:47, Wiles, Keith: > >>> >Hi, > >>> > > >>> >2016-02-09 11:35, Keith Wiles: > >>> >> Adding support to the build system to allow for Makefile.XXX > >>> >> extention to a subtree, which already has Makefiles. These > >>> >> Makefiles could be from

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-03-03 Thread Wiles, Keith
>>2016-02-28 21:47, Wiles, Keith: >>> >Hi, >>> > >>> >2016-02-09 11:35, Keith Wiles: >>> >> Adding support to the build system to allow for Makefile.XXX >>> >> extention to a subtree, which already has Makefiles. These >>> >> Makefiles could be from the autotools and others places. Using >>> >>

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-29 Thread Wiles, Keith
>2016-02-28 21:47, Wiles, Keith: >> >Hi, >> > >> >2016-02-09 11:35, Keith Wiles: >> >> Adding support to the build system to allow for Makefile.XXX >> >> extention to a subtree, which already has Makefiles. These >> >> Makefiles could be from the autotools and others places. Using >> >> the

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-29 Thread Thomas Monjalon
2016-02-28 21:47, Wiles, Keith: > >Hi, > > > >2016-02-09 11:35, Keith Wiles: > >> Adding support to the build system to allow for Makefile.XXX > >> extention to a subtree, which already has Makefiles. These > >> Makefiles could be from the autotools and others places. Using > >> the Makefile

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-28 Thread Thomas Monjalon
Hi, 2016-02-09 11:35, Keith Wiles: > Adding support to the build system to allow for Makefile.XXX > extention to a subtree, which already has Makefiles. These > Makefiles could be from the autotools and others places. Using > the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree > using

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-28 Thread Wiles, Keith
>Hi, > >2016-02-09 11:35, Keith Wiles: >> Adding support to the build system to allow for Makefile.XXX >> extention to a subtree, which already has Makefiles. These >> Makefiles could be from the autotools and others places. Using >> the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree

[dpdk-dev] [PATCH] mk: add makefile extention support

2016-02-09 Thread Keith Wiles
Adding support to the build system to allow for Makefile.XXX extention to a subtree, which already has Makefiles. These Makefiles could be from the autotools and others places. Using the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree using 'export RTE_MKFILE_SUFFIX=.XXX' to use