]> Git Repo - qemu.git/commit
hw/intc/i8259: Fix Kconfig dependency on ISA bus
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 31 Dec 2019 18:32:04 +0000 (19:32 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 7 Jan 2020 11:08:39 +0000 (12:08 +0100)
commit48ca2c4aa174aebedfdd64369697e467e30ffd22
tree3dcd89f79e5681bdae75e7d9b0ab2707aab55176
parentbe3d7ee960143959c5866daf15f2ab93f3f282b8
hw/intc/i8259: Fix Kconfig dependency on ISA bus

The 8259 Interrupt Controller sits on a ISA bus.
Add the missing dependency to fix:

    LINK    x86_64-softmmu/qemu-system-x86_64
  /usr/bin/ld: ../hw/intc/i8259_common.o: in function `pic_common_realize':
  hw/intc/i8259_common.c:84: undefined reference to `isa_register_ioport'
  /usr/bin/ld: hw/intc/i8259_common.c:86: undefined reference to `isa_register_ioport'
  /usr/bin/ld: ../hw/intc/i8259_common.o: in function `i8259_init_chip':
  hw/intc/i8259_common.c:97: undefined reference to `isa_create'
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:206: qemu-system-x86_64] Error 1

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20191231183216[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/intc/Kconfig
This page took 0.027153 seconds and 4 git commands to generate.