aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/block/Makefile
blob: 96eb9e1f5d08291c9435b15c53ad35c11dd471ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(BASEDIR)/Rules.mk


# SMH: need to ensure cciss init function called /after/ generic blkdev 
# stuff in ll_rw_blk etc. Linux barking link-order invocation of init 
# functions means we need to explicitly order things here. 
OBJS := blkpg.o elevator.o ll_rw_blk.o xen_vbd.o genhd.o xen_block.o 
OBJS += cciss.o cciss_scsi.o


default: $(OBJS)
	$(LD) -r -o driver.o $(OBJS)

clean:
	rm -f *.o *~ core