diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 3303b0ce5a..d565e1dd9a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -162,7 +162,7 @@ endif DEFINES+=-D_GNU_SOURCE LIBS+=-lm ifdef CONFIG_WIN32 -LIBS+=-lwinmm +LIBS+=-lwinmm -lws2_32 -liphlpapi endif # profiling code @@ -237,7 +237,7 @@ ifeq ($(ARCH),alpha) endif # must use static linking to avoid leaving stuff in virtual address space -VL_OBJS=vl.o osdep.o block.o monitor.o pci.o +VL_OBJS=vl.o osdep.o block.o monitor.o pci.o console.o ifeq ($(TARGET_ARCH), i386) # Hardware support |