mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			306 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-y		+= clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o
 | 
						|
obj-y		+= dev-uart.o
 | 
						|
obj-y		+= dev-pcmcia.o
 | 
						|
obj-y		+= dev-usb-ohci.o
 | 
						|
obj-y		+= dev-usb-ehci.o
 | 
						|
obj-y		+= dev-usb-udc.o
 | 
						|
obj-y		+= dev-enet.o
 | 
						|
obj-y		+= dev-wdt.o
 | 
						|
obj-y		+= dev-spi.o
 | 
						|
obj-$(CONFIG_EARLY_PRINTK)	+= early_printk.o
 | 
						|
 | 
						|
obj-y		+= boards/
 |