1# crtbegin/crtend for VxWorks (DKM or RTP) 2 3vx_crtbegin-kernel.o: $(srcdir)/config/vxcrtstuff.c 4 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $< 5 6vx_crtbegin-rtp.o: $(srcdir)/config/vxcrtstuff.c 7 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_BEGIN -c $< -mrtp 8 9vx_crtend.o: $(srcdir)/config/vxcrtstuff.c 10 $(crt_compile) $(CRTSTUFF_T_CFLAGS) -DCRT_END -c $< 11 12EXTRA_PARTS += vx_crtbegin-kernel.o vx_crtbegin-rtp.o vx_crtend.o 13