| 
									
										
										
										
											2023-11-23 20:19:14 +07:00
										 |  |  | include ../../build_system/make/make.mk | 
					
						
							| 
									
										
										
										
											2021-08-24 19:10:23 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | INC += \
 | 
					
						
							|  |  |  | 	src \
 | 
					
						
							|  |  |  | 	$(TOP)/hw \
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Example source
 | 
					
						
							|  |  |  | EXAMPLE_SOURCE += \
 | 
					
						
							|  |  |  | 	src/hid_app.c \
 | 
					
						
							|  |  |  | 	src/main.c | 
					
						
							| 
									
										
										
										
											2021-11-29 00:42:18 +09:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-24 19:10:23 +07:00
										 |  |  | SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-23 20:19:14 +07:00
										 |  |  | include ../../build_system/make/rules.mk |