|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] don't always need to build x86 firmware
On Wed, 2006-04-12 at 11:50 -0600, Al Stone wrote:
> diff -r 5cc367720223 -r d5318d3a8ced tools/Makefile
> --- a/tools/Makefile Tue Apr 11 18:54:18 2006 -0600
> +++ b/tools/Makefile Wed Apr 12 10:39:06 2006 -0600
> @@ -8,7 +8,9 @@ SUBDIRS += examples
> SUBDIRS += examples
> SUBDIRS += xentrace
> SUBDIRS += xcutils
> +ifneq ($(XEN_TARGET_ARCH),ia64)
> SUBDIRS += firmware
> +endif
> SUBDIRS += security
> SUBDIRS += console
> SUBDIRS += xenmon
Instead of this, could you have a look at converting tools/Makefile to
use the subdirs-$(foo) syntax that the xen/ Makefiles are using?
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|