| 
									
										
										
										
											2023-11-23 20:19:14 +07:00
										 |  |  | include ../../build_system/make/make.mk | 
					
						
							| 
									
										
										
										
											2023-08-03 14:55:24 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | INC += \
 | 
					
						
							|  |  |  | 	src \
 | 
					
						
							|  |  |  | 	$(TOP)/hw \
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Example source
 | 
					
						
							|  |  |  | EXAMPLE_SOURCE += \
 | 
					
						
							|  |  |  |   src/cdc_app.c \
 | 
					
						
							|  |  |  |   src/main.c \
 | 
					
						
							|  |  |  |   src/uac2_app.c \
 | 
					
						
							|  |  |  |   src/usb_descriptors.c \
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-11-23 20:19:14 +07:00
										 |  |  | include ../../build_system/make/rules.mk |