Lines Matching refs:SRC
17 SRC=esp32-too-many-sections.c macro
29 more information." > $(SRC); \
32 …ho "const int number$$i __attribute__ ((section (\".NUM$$i\"), aligned((16)))) = $$i;" >> $(SRC) ;\
34 echo -e "\n" >> $(SRC) ; \
35 echo "int _start(void) {" >> $(SRC) ; \
36 echo " volatile long int res =" >> $(SRC) ; \
39 echo " (unsigned int) number$$i +" >> $(SRC) ;\
43 echo " 0;" >> $(SRC) ;
44 echo " return res;" >> $(SRC) ;
45 echo "}" >> $(SRC) ;
56 $(SRC): SHELL:=$(BASH)
57 $(SRC):
64 rm -f $(SRC) $(BIN) $(OBJ)