diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.target b/Makefile.target index 3f5a1ba855..08d8dfc185 100644 --- a/Makefile.target +++ b/Makefile.target @@ -206,9 +206,6 @@ endif # must use static linking to avoid leaving stuff in virtual address space VL_OBJS=vl.o block.o ide.o vga.o sb16.o dma.o oss.o fdc.o osdep.o -ifeq ($(TARGET_ARCH), i386) -VL_OBJS+=linux_boot.o -endif ifeq ($(TARGET_ARCH), ppc) VL_OBJS+= hw.o endif |