diff options
author | Kevin Wolf <kwolf@redhat.com> | 2011-04-18 16:45:49 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2011-04-27 16:20:27 +0200 |
commit | 33231e0e221543759b11a4a79b54b9a88d4b455e (patch) | |
tree | 349dc1e8c186f51e142869917e65e091ee7c821c /Makefile.objs | |
parent | ff5c52a379b9fddaf512907e9ffdc275a722e65a (diff) |
ide: Split atapi.c out
Besides moving code, this patch only fixes some whitespace issues in the moved
code and makes all functions in atapi.c static which can be static.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 44ce368d05..1b446958c5 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -242,7 +242,7 @@ hw-obj-$(CONFIG_LAN9118) += lan9118.o hw-obj-$(CONFIG_NE2000_ISA) += ne2000-isa.o # IDE -hw-obj-$(CONFIG_IDE_CORE) += ide/core.o +hw-obj-$(CONFIG_IDE_CORE) += ide/core.o ide/atapi.o hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o hw-obj-$(CONFIG_IDE_PCI) += ide/pci.o hw-obj-$(CONFIG_IDE_ISA) += ide/isa.o |