summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile')
-rw-r--r--xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile b/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
index 5022a0ce6..5d0f0f964 100644
--- a/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
+++ b/xc/programs/Xserver/hw/xfree86/os-support/minix/Imakefile
@@ -9,10 +9,10 @@ XCOMM $XConsortium: Imakefile /main/5 1996/09/28 17:24:04 rws $
#include <Server.tmpl>
SRCS = mnx_init.c mnx_video.c mnx_io.c bios_devmem.c mapVT_noop.c \
- ioperm_noop.c VTsw_noop.c std_mouse.c posix_tty.c
+ ioperm_noop.c VTsw_noop.c std_mouse.c posix_tty.c kmod_noop.c
OBJS = mnx_init.o mnx_video.o mnx_io.o bios_devmem.o mapVT_noop.o \
- ioperm_noop.o VTsw_noop.o posix_tty.o
+ ioperm_noop.o VTsw_noop.o posix_tty.o kmod_noop.o
INCLUDES = -I$(XF86COMSRC) -I$(XF86OSSRC) -I. -I$(SERVERSRC)/include \
-I$(XINCLUDESRC)
@@ -25,5 +25,6 @@ ObjectFromSpecialSource(mapVT_noop,../shared/mapVT_noop,/**/)
ObjectFromSpecialSource(ioperm_noop,../shared/ioperm_noop,/**/)
ObjectFromSpecialSource(VTsw_noop,../shared/VTsw_noop,/**/)
ObjectFromSpecialSource(posix_tty,../shared/posix_tty,/**/)
+ObjectFromSpecialSource(kmod_noop,../shared/kmod_noop,/**/)
DependTarget()