diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-10-16 11:53:17 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 11:11:56 +0000 |
commit | cfce6d8934243871c4dc6d0c5248b0b27a1b8d80 (patch) | |
tree | 4223a66c35aae7f626d87ed5510798bd96ad8420 /Makefile.objs | |
parent | 661f1929d0b9ce9af530f1806cfc6136c630d405 (diff) |
i8259: Move to hw library
No target-specific bits remaining, let's move it over.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
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 b839c8e1d3..44d9bb9043 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -220,6 +220,7 @@ hw-obj-$(CONFIG_APPLESMC) += applesmc.o hw-obj-$(CONFIG_SMARTCARD) += usb-ccid.o ccid-card-passthru.o hw-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o hw-obj-$(CONFIG_USB_REDIR) += usb-redir.o +hw-obj-$(CONFIG_I8259) += i8259.o # PPC devices hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o |