[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jul 12 13:40:52 CEST 2016


> 2016-07-12 11:16, Pattan, Reshma:
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon
> > > Note that make app/test_sub (without environment variable) is preffered.
> > 
> > What is test_sub here? I could not execute the command make app/test_sub(without environment variable) . 
> 
> It is a rule. You can check it here:
> 	http://dpdk.org/browse/dpdk/tree/mk/rte.sdkbuild.mk?id=11c5e45#n93

The %_sub rule should match anything ending with _sub.
The syntax is "make <dir>_sub".


More information about the dev mailing list