16 lines
		
	
	
		
			261 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			261 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| RTOS = freertos
 | |
| include ../../build_system/make/make.mk
 | |
| 
 | |
| INC += \
 | |
| 	src \
 | |
| 	$(TOP)/hw \
 | |
| 
 | |
| # Example source
 | |
| EXAMPLE_SOURCE = \
 | |
| 	src/main.c \
 | |
| 	src/usb_descriptors.c
 | |
| 
 | |
| SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
 | |
| 
 | |
| include ../../build_system/make/rules.mk
 | 
