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

integrate macros into the SDK #117

Merged
merged 3 commits into from
Jun 21, 2023

Commits on Jun 19, 2023

  1. macros: drop arch from cross_os prefix

    The package architecture can be set correctly at build time, so it's
    not necessary to include it in the name.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ddf3050 View commit details
    Browse the repository at this point in the history
  2. macros: simplify arch macros for GRUB

    This allows us to add a different bootloader - like shim - that also
    needs to know the EFI architecture name, without having to update the
    macros again.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0f1ae08 View commit details
    Browse the repository at this point in the history
  3. build: add macros to the SDK

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e17b597 View commit details
    Browse the repository at this point in the history