[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/SQLITE PATCH 3/4] Add Makefile



Hi Gaulthier,

We don't need this patch. Only Makefile.uk should do.

Cheers,
Costin

On 11/17/19 3:12 PM, Gaulthier Gain wrote:
> Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx>
> ---
>  Makefile | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 Makefile
> 
> diff --git a/Makefile b/Makefile
> new file mode 100644
> index 0000000..2e44b9d
> --- /dev/null
> +++ b/Makefile
> @@ -0,0 +1,9 @@
> +UK_ROOT ?= $(PWD)/../../unikraft
> +UK_LIBS ?= $(PWD)/../../libs
> +LIBS := $(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib
> +
> +all:
> +     @make -C $(UK_ROOT) A=$(PWD) L=$(LIBS)
> +
> +$(MAKECMDGOALS):
> +     @make -C $(UK_ROOT) A=$(PWD) L=$(LIBS) $(MAKECMDGOALS)
> 

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.