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

native/make: Don't use INCLUDES for building any native at all. #804

Merged
merged 1 commit into from Mar 3, 2014

Conversation

LudwigKnuepfer
Copy link
Member

Native modules will never need the dynamic INCLUDES, so we define our
own NATIVEINCLUDES. Due to the current make structure, the only way to
not use INCLUDES is to redefine the build rules.

This fixes #793 and all future conflicts for the current INCLUDEs scheme.

native modules will never need the dynamic INCLUDES, so we define our
own NATIVEINCLUDES. Due to the current make structure, the only way to
not use INCLUDES is to redefine the build rules.
@miri64
Copy link
Member

miri64 commented Mar 1, 2014

Works for me. ACK.

miri64 added a commit that referenced this pull request Mar 3, 2014
native/make: Don't use INCLUDES for building any native at all.
@miri64 miri64 merged commit 49b1f44 into RIOT-OS:master Mar 3, 2014
@LudwigKnuepfer LudwigKnuepfer deleted the native_include_separation branch March 3, 2014 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: native Platform: This PR/issue effects the native platform Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native build fails to build because of pnet module
2 participants