Skip to content
Snippets Groups Projects
Verified Commit 603320f1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use ahcid on x86

parent 0ad568d6
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,7 @@ BINS=( ...@@ -12,10 +12,7 @@ BINS=(
) )
case "${TARGET}" in case "${TARGET}" in
i686-unknown-redox) i686-unknown-redox | x86_64-unknown-redox)
BINS+=(ps2d)
;;
x86_64-unknown-redox)
BINS+=(acpid ps2d) BINS+=(acpid ps2d)
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment