12 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| IWRAP_DIR = protocol/iwrap
 | |
| 
 | |
| OPT_DEFS += -DHOST_IWRAP
 | |
| 
 | |
| SRC +=	$(IWRAP_DIR)/iwrap.c \
 | |
| 	$(IWRAP_DIR)/suart.S \
 | |
| 	$(IWRAP_DIR)/sendchar_uart.c \
 | |
| 	$(IWRAP_DIR)/uart.c
 | |
| 
 | |
| 
 | |
| # Search Path
 | |
| VPATH += $(TOP_DIR)/protocol/iwrap
 | 
