|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] don't always need to build x86 firmware
On Wed, 2006-04-12 at 13:24 -0500, Hollis Blanchard wrote:
> 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?
Good idea. I'll take a look.
--
Ciao,
al
----------------------------------------------------------------------
Al Stone Alter Ego:
Open Source and Linux R&D Debian Developer
Hewlett-Packard Company http://www.debian.org
E-mail: ahs3@xxxxxxxxx ahs3@xxxxxxxxxx
----------------------------------------------------------------------
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|