mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Fix bcm2835-sdhcid location
It is referenced from init.rc so it should be in bin just like the other drivers ran by init.
This commit is contained in:
parent
6efa4b7dba
commit
32f68d081f
@ -28,7 +28,7 @@ x86_common_bins()
|
||||
aarch64_bins()
|
||||
{
|
||||
case "${BOARD}" in
|
||||
raspi3b | raspi3bp)
|
||||
raspi3b*)
|
||||
BINS+=(bcm2835-sdhcid)
|
||||
;;
|
||||
*)
|
||||
@ -61,7 +61,7 @@ export CARGO_PROFILE_RELEASE_PANIC=abort
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
case "${bin}" in
|
||||
pcid | fbcond | inputd | vesad | lived | ps2d | acpid)
|
||||
pcid | fbcond | inputd | vesad | lived | ps2d | acpid | bcm2835-sdhcid)
|
||||
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/bin"
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user