Git Product home page Git Product logo

kbuild's Introduction

Kbuild repository template for userland

The same code base is used for a different range of computing systems, from supercomputers to very tiny devices.

Build Status Release

Kbuild

  • Much simpler makefiles without the glue code that are hard to read and maintain
  • Reduce the burden of code dependency management from developers
  • Easy and efficient way to manage all compilation and configuration options on top of platform capabilities
  • Precise dependency tracking with strong support of parallelism
  • Tasks are split up and run simultaneously on multiple processors with different input in order to obtain results faster.
  • Build versioning in continuous delivery
  • Readable and configurable log

Kconfig

  • Easy to change/browse configuration
  • Clear dependency between features and capabilities
  • Help docs in Kconfig rather than a README

Directory structure

FilePath Description
Makefile The top Makefile.
.config The package configuration file.
arch/$(ARCH)/ The Architecture layer
sys/$(PLATFORM)/ The Platform layer
sys/unix/ System interfaces compatible with Unix and Linux extensions
mem/ Generic, high performance and lock-free Memory Management
scripts/ Common rules, scripts and tools for the build system
kbuild Makefiles Custom Makfiles
Supported Matrix Status
Architecture x86_32, x86_64, arm32, arm64, ppc64, os390 , os390x
Platform Linux, Windows, MacOS, iOS, Android, IBM AIX, IBM Z/OS
Compiler GCC, CLANG, XLC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.