ia64/xen-unstable
annotate unmodified_drivers/linux-2.6/Makefile @ 14725:2bbd28891160
Initial check-in to support PV balloon driver within HVM guests.
Still todo:
- fix mapcache invalidation (should happen in Xen)
- support 32-on-64 mode correctly
Signed-off-by: Steven Hand <steven@xensource.com>
Still todo:
- fix mapcache invalidation (should happen in Xen)
- support 32-on-64 mode correctly
Signed-off-by: Steven Hand <steven@xensource.com>
author | Steven Hand <steven@xensource.com> |
---|---|
date | Wed Apr 04 19:59:10 2007 +0100 (2007-04-04) |
parents | eb3fe0620e3d |
children | ed4311db1cf6 |
rev | line source |
---|---|
kfraser@11185 | 1 include $(M)/overrides.mk |
kfraser@11185 | 2 |
kfraser@11185 | 3 obj-m += platform-pci/ |
kfraser@11192 | 4 obj-m += xenbus/ |
steven@14725 | 5 obj-m += balloon/ |
kfraser@11193 | 6 obj-m += blkfront/ |
kfraser@11200 | 7 obj-m += netfront/ |
ssmith@12050 | 8 obj-m += util/ |