On Sat, Nov 27, 2010 at 11:30:52AM +0000, Paul Brook wrote:
> ---
>  Makefile.objs                     |    3 +-
>  default-configs/pci.mak           |    1 +
>  default-configs/sparc-softmmu.mak |    1 +
>  hw/pcnet.c                        |  311 
> +------------------------------------
>  hw/pcnet.h                        |    3 +
>  5 files changed, 11 insertions(+), 308 deletions(-)
> 
> diff --git a/Makefile.objs b/Makefile.objs
> index 72c6c7f..13ba26f 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -222,7 +222,8 @@ hw-obj-$(CONFIG_PCI) += pcie.o pcie_port.o
>  # PCI network cards
>  hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o
>  hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
> -hw-obj-$(CONFIG_PCNET_PCI) += pcnet.o
> +hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o

pcnet-pci.c is missing. git add?

-- 
yamahata

Reply via email to