Clock configuration will be needed by other/future subsystems such as i2c. Extract the functionality from libgpio and put it into it's own library. Change-Id: I6f6de0b3fb4d305ddfeac74123b78c983d1318dd
		
			
				
	
	
		
			13 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for libgpio
 | 
						|
 | 
						|
CPPFLAGS+= -D_SYSTEM
 | 
						|
 | 
						|
LIB=	gpio
 | 
						|
 | 
						|
SRCS=	\
 | 
						|
	gpio_omap.c
 | 
						|
 | 
						|
WARNS?=	5
 | 
						|
 | 
						|
.include <bsd.lib.mk>
 |