mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			273 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Broadcom BCM963xx SoC specific parts of the kernel
 | |
| #
 | |
| # Copyright (C) 2004 Broadcom Corporation
 | |
| #
 | |
| obj-y           := irq.o prom.o setup.o time.o ser_init.o int-handler.o info.o wdt.o
 | |
| 
 | |
| SRCBASE         := $(TOPDIR)
 | |
| EXTRA_CFLAGS    += -I$(SRCBASE)/include
 |