Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #78

Merged
merged 2 commits into from
Jun 20, 2013
Merged

Fixes #78

merged 2 commits into from
Jun 20, 2013

Conversation

matthijskooijman
Copy link
Contributor

Hey Sudar,

here's the fix for the assembly I promised. I also noticed a problem with the $(COMMON_DEPS), apparently I accidentally dropped those for .ino and .pde files in an earlier commit.

In 1f043bb (Compile .ino and .pde files directly), this dependency was
accidentally dropped from these rules.  This fixes this by adding it
again.
Before, .ino and .pde files would be converted to .cpp files and there
is a rule to convert those .cpp files to .s files for make
generated_assembly. However, since 1f043bb (Compile .ino and .pde files
directly) these intermediate .cpp files are no longer generated,
breaking the rule to generate .s files.

This fixes this by also generating .s files from .ino and .pde files
directly.

Closes sudar#76
@sudar sudar merged commit 0984008 into sudar:master Jun 20, 2013
@sudar
Copy link
Owner

sudar commented Jun 20, 2013

Thanks for the pull request. I just merged it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants