How can I pass a variable via a Makefile into a .s file?
I wish to pass a value from a script into the .s start-up file, similar to the following with a C program. The script 'mm' exports the CAN id, 0xB0A00000-- ./mm B0A00000and when 'make' executes, the 'Makefile' includes the following, which passes the...