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

Separate targets in makefile #66

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Separate targets in makefile #66

wants to merge 12 commits into from

Commits on Dec 20, 2023

  1. Separate targets in makefile

    - use build directory as a place for shared stuff
    - export vars, utilize MAKE calling makefiles more
    - main makefile to dispatch lwip & patching, keep builder stuff is separate
    
    Everything is a target, so parallel build of everything is now a thing.
    mcspr committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    df12359 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. log autogenerated stuff

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8268318 View commit details
    Browse the repository at this point in the history
  2. dups in headers

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e1f288c View commit details
    Browse the repository at this point in the history
  3. gh job

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8d77188 View commit details
    Browse the repository at this point in the history
  4. fetch lwip

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    54a9dd2 View commit details
    Browse the repository at this point in the history
  5. cache make

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    20c1df5 View commit details
    Browse the repository at this point in the history
  6. shell

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    929cb94 View commit details
    Browse the repository at this point in the history
  7. fetch branching

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9749db7 View commit details
    Browse the repository at this point in the history
  8. consistent silent exec

    mcspr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    16b3c1a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. artifact

    mcspr committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a596560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ce839 View commit details
    Browse the repository at this point in the history
  3. revert upload

    mcspr committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7936980 View commit details
    Browse the repository at this point in the history