 1ef5b816c0
			
		
	
	
	1ef5b816c0
	
	
	
		
			
			because drivers/ieee1394/ will be deleted.
Additional changes:
  - add some #include directives
  - adjust to use firewire/ohci.h instead of ieee1394/ohci1394.h,
    replace struct ti_ohci by a minimal struct ohci,
    replace quadlet_t from ieee1394_types.h by u32
  - two or three trivial stylistic changes
  - __iomem annotation
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
		
	
			
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			545 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			545 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Linux IEEE 1394 implementation
 | |
| #
 | |
| 
 | |
| firewire-core-y += core-card.o core-cdev.o core-device.o \
 | |
|                    core-iso.o core-topology.o core-transaction.o
 | |
| firewire-ohci-y += ohci.o
 | |
| firewire-sbp2-y += sbp2.o
 | |
| firewire-net-y  += net.o
 | |
| 
 | |
| obj-$(CONFIG_FIREWIRE)      += firewire-core.o
 | |
| obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
 | |
| obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
 | |
| obj-$(CONFIG_FIREWIRE_NET)  += firewire-net.o
 | |
| obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
 | |
| obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o
 |