diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-05-22 07:59:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-22 07:59:01 +0000 |
commit | 956a3e6bb7386de48b642d4fee11f7f86a2fcf9a (patch) | |
tree | 8d9be8c251241710f00d158ef536c9b5badcccce /Makefile.objs | |
parent | 9e42382fc14b999126f8cabb32761eb98153fd1b (diff) |
Compile pckbd only once
Use a qemu_irq to indicate A20 line changes. Move I/O port 92
to pckbd.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index acbaf22745..1a33d4eb4a 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -151,6 +151,7 @@ hw-obj-$(CONFIG_SERIAL) += serial.o hw-obj-$(CONFIG_PARALLEL) += parallel.o hw-obj-$(CONFIG_I8254) += i8254.o hw-obj-$(CONFIG_PCSPK) += pcspk.o +hw-obj-$(CONFIG_PCKBD) += pckbd.o hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o hw-obj-$(CONFIG_FDC) += fdc.o hw-obj-$(CONFIG_ACPI) += acpi.o acpi_piix4.o |