Smoothieware / Smoothie2-old

(Deprecated attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
34 stars 22 forks source link

Revert to original device-common.mk #8

Closed adamgreen closed 8 years ago

adamgreen commented 8 years ago

Reverts the gcc4mbed makefiles back to what is in the main gcc4mbed github repo. This moves the configdefault.o specific build steps from the general gcc4mbed makefiles to the Smoothie specific makefile.

gcc4mbed/samples will now build successfully with this fix. I also verified that exactly the same Smoothie .bin image is built before and after applying this fix.