area-8051 / uni-STC

SDCC support + HAL + drivers for STC 8051 MCU
23 stars 4 forks source link

Skip shell substitution #3

Closed tonious closed 1 year ago

tonious commented 1 year ago

I came here from ReedTripRadio. I ran into some errors while trying to compile on both MacOS and Raspbian, and it looks like other users have as well. It looks like make was getting confused with string and shell substitution.

This PR simplifies things by using make's internal string functions where possible. This works around the above compile errors and is more readable(IMHO).

area-8051 commented 1 year ago

Merged, thanks a lot! :)