Lines Matching refs:o
41 rm -f *.o .*.o.d *.livepatch config.h
52 config.h: xen_hello_world_func.o
59 xen_hello_world.o: config.h
62 $(LIVEPATCH): xen_hello_world_func.o xen_hello_world.o note.o
74 .PHONY: note.o
75 note.o:
85 .PHONY: hello_world_note.o
86 hello_world_note.o: $(LIVEPATCH)
92 xen_bye_world.o: config.h
95 $(LIVEPATCH_BYE): xen_bye_world_func.o xen_bye_world.o hello_world_note.o
98 xen_replace_world.o: config.h
101 $(LIVEPATCH_REPLACE): xen_replace_world_func.o xen_replace_world.o note.o
104 xen_nop.o: config.h
107 $(LIVEPATCH_NOP): xen_nop.o note.o