summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 3f22bcacad..43f3e08d59 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -24,6 +24,9 @@ endif
ifeq ($(TARGET_OS),MINGW32)
getch = getch2-win.c
endif
+ifeq ($(TARGET_OS),OS/2)
+getch = getch2-os2.c
+endif
SRCS_COMMON += $(timer)
SRCS_COMMON += $(getch)