8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # List of programs to build
 | |
| hostprogs-y := cfag12864b-example
 | |
| 
 | |
| # Tell kbuild to always build the programs
 | |
| always := $(hostprogs-y)
 | |
| 
 | |
| HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
 | 
