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

Improve Unikraft support in build files #9

Merged

Commits on Oct 8, 2023

  1. Use defconfig when building for unikernel

    Replace error-prone copying of configuration file with the use of a
    defconfig file. Add `defconfigs/qemu-x86_64` and use `make defconfig`
    option in `Makefile.unikernel`.
    
    Signed-off-by: Razvan Deaconescu <[email protected]>
    razvand committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    ba202b0 View commit details
    Browse the repository at this point in the history
  2. Makefile: Simplify Makefile.unikernel

    Move file generation rules (.config, model.h, tokenizer.h) out of
    `Makefile.unikernel` and into `Makefile`. This simplifies
    `Makefile.unikernel` making it Unikraft-specific. And making it easy to
    reuse as part of `make -f Makefile.unikraft ...` rules.
    
    Signed-off-by: Razvan Deaconescu <[email protected]>
    razvand committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9d51600 View commit details
    Browse the repository at this point in the history