diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 07:26:16 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-27 07:26:16 +0000 |
commit | b970ea8f8d7d05c4abd3e46afc207a585f941be1 (patch) | |
tree | ae23730331fda794b6134367d0b1baa651e31be9 /Makefile.objs | |
parent | 6450a334c4820a5f7ac4b8c5e1482156e3bbab3c (diff) |
Compile some MIPS devices only once
Move CPU specific declarations to a separate file.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index d5f1a761ac..981770f367 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -179,6 +179,12 @@ hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o # VGA hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o +hw-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o + +hw-obj-$(CONFIG_RC4030) += rc4030.o +hw-obj-$(CONFIG_DP8393X) += dp8393x.o +hw-obj-$(CONFIG_DS1225Y) += ds1225y.o +hw-obj-$(CONFIG_MIPSNET) += mipsnet.o # Sound sound-obj-y = |