Due to the ABI we are using we have to use the earm architecture moniker for the build system to behave correctly. This involves then some headers to move around. There is also a few related Makefile updates as well as minor source code corrections.
		
			
				
	
	
		
			8 lines
		
	
	
		
			81 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			81 B
		
	
	
	
		
			C
		
	
	
	
	
	
 | 
						|
#ifndef _KERN_SERIAL_H
 | 
						|
#define _KERN_SERIAL_H
 | 
						|
 | 
						|
#include "omap_serial.h"
 | 
						|
 | 
						|
#endif
 |