diff options
Diffstat (limited to 'console-client/Makefile')
-rw-r--r-- | console-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/Makefile b/console-client/Makefile index 711258c7..4972da4b 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -61,6 +61,7 @@ modules = vga pc_kbd generic_speaker pc_mouse current_vcs vga-CPPFLAGS = -DDEFAULT_VGA_FONT_DIR=\"${datadir}/hurd/\" fb-CPPFLAGS = -DDEFAULT_VGA_FONT_DIR=\"${datadir}/hurd/\" +vga-support-CFLAGS = -minline-all-stringops vga.so.$(hurd-version): $(patsubst %.c,%_pic.o,$(VGA_SO_SRCS)) pc_kbd.so.$(hurd-version): $(patsubst %.c,%_pic.o,$(PC_KBD_SO_SRCS)) \ kdioctlServer_pic.o |