-
Notifications
You must be signed in to change notification settings - Fork 4
License
fabo-corp/phabos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=== Build === In order to build the kernel you must define and export the following variables: ARCH, ARCH_TRIPLE, and LD_CROSS_COMPILE. If the cross compiler contains a prefix to its name then you must also define the CROSS_COMPILE variable. === Toolchain versioning === If you are not using the default version of the toolchain present on your system then you can export the TOOLCHAIN_VERSION variable. This will allow you to use another version of the toolchain than the default one. === Example === Building for the arm architecture: export ARCH := arm export ARCH_TRIPLE := arm-none-eabi export LD_CROSS_COMPILE := $(ARCH_TRIPLE)- make xxx_defconfig make
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published