|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] how to avoid building ACPI? [patch]
Any comments on that patch?
Of course, the Linux way avoids the ifdefs entirely, and would look something
like this:
DIRS-y := char pci
DIRS-$(HAS_ACPI) += acpi
default:
for DIR in $(DIRS-y) ; do $(MAKE) -C $$DIR ; done
Do you prefer that?
--
Hollis Blanchard
IBM Linux Technology Center
-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|