diff mbox

validation: cleaning up Makefile

Message ID 1436257944-9482-1-git-send-email-christophe.milard@linaro.org
State New
Headers show

Commit Message

Christophe Milard July 7, 2015, 8:32 a.m. UTC
The validation/Makefile.am is now simply calling the Makefile of
each module and many older things can be cleaned-up from it.

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/Makefile.am | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Maxim Uvarov July 7, 2015, 9:01 a.m. UTC | #1
Christophe,  please group the rest of changes to pull request. All this 
move patches are the same and it's a little bit harder to follow right
order to avoid fixing rejects.

Thanks,
Maxim.

On 07/07/15 11:32, Christophe Milard wrote:
> The validation/Makefile.am is now simply calling the Makefile of
> each module and many older things can be cleaned-up from it.
>
> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
> ---
>   test/validation/Makefile.am | 10 ----------
>   1 file changed, 10 deletions(-)
>
> diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
> index 970d745..56ddd64 100644
> --- a/test/validation/Makefile.am
> +++ b/test/validation/Makefile.am
> @@ -1,13 +1,3 @@
> -PRE_LDADD = $(top_builddir)/test/validation/common/libcunit_common_as_main.a
> -include $(top_srcdir)/test/Makefile.inc
> -
> -AM_CFLAGS += -I$(srcdir)/common
> -AM_LDFLAGS += -static
> -
> -ODP_CU_COMMON=common/odp_cunit_common.c
> -
> -odp_crypto_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/crypto
> -
>   ODP_MODULES = buffer \
>   	      classification \
>   	      cpumask \
diff mbox

Patch

diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index 970d745..56ddd64 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -1,13 +1,3 @@ 
-PRE_LDADD = $(top_builddir)/test/validation/common/libcunit_common_as_main.a
-include $(top_srcdir)/test/Makefile.inc
-
-AM_CFLAGS += -I$(srcdir)/common
-AM_LDFLAGS += -static
-
-ODP_CU_COMMON=common/odp_cunit_common.c
-
-odp_crypto_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/crypto
-
 ODP_MODULES = buffer \
 	      classification \
 	      cpumask \