summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 15:11:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 15:11:42 +0200
commitbbb16cd02c92d67b5f91c152a553d0f3c8831881 (patch)
treebca3939e4496695ed86aa0a92b7a4cb55968a794 /Makefile
parent873594499afcf268ddd5866610c0080ec0307772 (diff)
downloadminilinux-bbb16cd02c92d67b5f91c152a553d0f3c8831881.tar.gz
minilinux-bbb16cd02c92d67b5f91c152a553d0f3c8831881.tar.bz2
cleanup around GPM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e79e298..39f4aa5 100644
--- a/Makefile
+++ b/Makefile
@@ -62,14 +62,14 @@ step2: disk-image mount-root directory-layout initial-devices
# step3: boot loader
step3: syslinux syslinux-loader
-# step4: kernel, uclibc C-library, busybox, basic tools, ACPI daemon, GPM
-step4: kernel busybox acpid gpm
+# step4: kernel, uclibc C-library, busybox, basic tools, ACPI daemon
+step4: kernel busybox acpid
# step5: additional user space tools:
-# - GPM for mouse copy-pate (disabled, no 64-bit safe)
+# - GPM for mouse copy-pate
# - Miniperl
# - Lua
-step5: perl lua
+step5: gpm perl lua
# disk image and directories