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

makes: move common FLAGS to Makefile.common + rearrange makefiles #154

Merged
merged 3 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. makes: rename target-specific makefiles

    Use suffix (.mk) to represent the file type.
    
    JIRA: CI-334
    nalajcie committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    67d35f4 View commit details
    Browse the repository at this point in the history
  2. makes: move common FLAGS to Makefile.common

    Also:
     - introduce CPPFLAGS (C preprocessor flags)
     - export only target-related CFLAGS/LDFLAGS for ports
       (exceptions -f*-sections and --gc-sections)
     - remove unused RAM_SIZE define for armv7m
     - fix ports not being linked with --gc-sections
    
    JIRA: CI-334
    nalajcie committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b9149a3 View commit details
    Browse the repository at this point in the history
  3. makes: rename check-target.mk to include-target.mk

    JIRA: CI-334
    nalajcie committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2f40ac4 View commit details
    Browse the repository at this point in the history