diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-07-03 06:49:47 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-07-03 06:49:47 +0000 |
commit | 08af49da7e3c3ed72cdffe3d43a6618165406f34 (patch) | |
tree | 7e6cf8ab6c9c5fbcb3d25fe3a3a781a4bdd5b278 /Makefile.objs | |
parent | a88790a14f60ac966a2103a958c3febf5a42836b (diff) |
piix4: compile only once
Compile piix4 in hwlib. Two compilations less for the full build.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 67a0c2395e..55417c9941 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -180,6 +180,9 @@ hw-obj-$(CONFIG_DEC_PCI) += dec_pci.o # PowerPC E500 boards hw-obj-$(CONFIG_PPCE500_PCI) += ppce500_pci.o +# MIPS devices +hw-obj-$(CONFIG_PIIX4) += piix4.o + # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |