mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
menu "Board Support"
|
|
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/aarch64/Config.in"
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/riscv64/Config.in"
|
|
source "$BR2_EXTERNAL_INFIX_PATH/board/x86_64/Config.in"
|
|
|
|
endmenu
|