e1000e: fix building without CONFIG_VMXNET3_PCI
e1000e needs net_tx_pkt.o and net_rx_pkt.o too. Cc: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com> Cc: Leonid Bloch <leonid.bloch@ravellosystems.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
		
							parent
							
								
									a77f0a09fe
								
							
						
					
					
						commit
						103916cbe9
					
				| 
						 | 
				
			
			@ -7,6 +7,7 @@ common-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
 | 
			
		|||
common-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o
 | 
			
		||||
common-obj-$(CONFIG_PCNET_COMMON) += pcnet.o
 | 
			
		||||
common-obj-$(CONFIG_E1000_PCI) += e1000.o e1000x_common.o
 | 
			
		||||
common-obj-$(CONFIG_E1000E_PCI) += net_tx_pkt.o net_rx_pkt.o
 | 
			
		||||
common-obj-$(CONFIG_E1000E_PCI) += e1000e.o e1000e_core.o e1000x_common.o
 | 
			
		||||
common-obj-$(CONFIG_RTL8139_PCI) += rtl8139.o
 | 
			
		||||
common-obj-$(CONFIG_VMXNET3_PCI) += net_tx_pkt.o net_rx_pkt.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue