diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-05-21 15:54:48 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-05-21 15:54:48 +0000 |
commit | 2567f5796c38238d6f2055f074e347a0338140ce (patch) | |
tree | 8ee44d39f02e63e417dfc2468fa0a90e3cc4ca94 /Makefile.target | |
parent | e20a8dff4c0da3827764924139d3bb73962f5d5a (diff) |
Compile most Xen files only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index f327bf2f44..4de29f831d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -541,8 +541,7 @@ LIBS += $(CONFIG_BLUEZ_LIBS) endif # xen backend driver support -XEN_OBJS := xen_machine_pv.o xen_backend.o xen_devconfig.o xen_domainbuild.o -XEN_OBJS += xen_console.o xenfb.o xen_disk.o xen_nic.o +XEN_OBJS := xen_machine_pv.o xen_domainbuild.o ifeq ($(CONFIG_XEN), yes) OBJS += $(XEN_OBJS) LIBS += $(XEN_LIBS) |