mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
drivers-initfs: fix adding ps2d on x86
This commit is contained in:
parent
45552964a7
commit
cf95f4ea03
@ -12,8 +12,8 @@ BINS=(
|
||||
vesad
|
||||
)
|
||||
|
||||
case "${ARCH}" in
|
||||
i686 | x86_64)
|
||||
case "${TARGET}" in
|
||||
i686-unknown-redox | x86_64-unknown-redox)
|
||||
BINS+=(ps2d)
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user