Revision e37630ca Makefile.target

b/Makefile.target
560 560
LIBS += $(CONFIG_BLUEZ_LIBS)
561 561
endif
562 562

  
563
# xen backend driver support
564
XEN_OBJS := xen_machine_pv.o
565
ifeq ($(CONFIG_XEN), yes)
566
  OBJS += $(XEN_OBJS)
567
  LIBS += $(XEN_LIBS)
568
endif
569

  
563 570
# SCSI layer
564 571
OBJS+= lsi53c895a.o esp.o
565 572

  

Also available in: Unified diff