[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/4] firmware/seabios: fix build on systems with non GNU toolchains
On Mon, Jul 02, 2018 at 10:28:23AM +0200, Roger Pau Monne wrote: [...] > > subtree-force-update: > @@ -128,3 +128,6 @@ endif > subtree-force-update-all: > $(MAKE) seabios-dir-force-update > $(MAKE) ovmf-dir-force-update > + > +subdir-all-seabios-dir: seabios-dir > + $(MAKE) -C $< CC=$(SEABIOSCC) LD=$(SEABIOSLD) PYTHON=$(PYTHON) all; There is a pattern rule in Rules.mk, so I would very much avoid having it redefined. On the other hand, you're not the first one to add such rules, so I won't object to this patch either. Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |