| 
									
										
										
										
											2022-02-22 18:10:09 -08:00
										 |  |  | include ../../make.mk | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | INC += \
 | 
					
						
							|  |  |  | 	src \
 | 
					
						
							|  |  |  | 	$(TOP)/hw \
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Example source
 | 
					
						
							|  |  |  | EXAMPLE_SOURCE += $(wildcard src/*.c) | 
					
						
							|  |  |  | SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SRC_C += \
 | 
					
						
							|  |  |  | 	src/class/hid/hid_host.c \
 | 
					
						
							|  |  |  | 	src/host/hub.c \
 | 
					
						
							| 
									
										
										
										
											2022-03-11 09:57:35 +07:00
										 |  |  | 	src/host/usbh.c | 
					
						
							| 
									
										
										
										
											2022-02-22 18:10:09 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | include ../../rules.mk |