cleanup of makefiles
This commit is contained in:
		
							
								
								
									
										3
									
								
								hello-world/bsp/env/common.mk
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								hello-world/bsp/env/common.mk
									
									
									
									
										vendored
									
									
								
							| @@ -44,6 +44,7 @@ TRIPLET?=riscv64-unknown-elf | ||||
| CXX=$(TOOL_DIR)/$(TRIPLET)-c++ | ||||
| CC=$(TOOL_DIR)/$(TRIPLET)-gcc | ||||
| LD=$(TOOL_DIR)/$(TRIPLET)-gcc | ||||
| AR=$(TOOL_DIR)/$(TRIPLET)-ar | ||||
|  | ||||
|  | ||||
| $(TARGET): $(LINK_OBJS) $(LINK_DEPS) | ||||
| @@ -60,6 +61,6 @@ $(CXX_OBJS): %.o: %.cpp $(HEADERS) | ||||
|  | ||||
| .PHONY: clean | ||||
| clean: | ||||
| 	rm -f $(CLEAN_OBJS) | ||||
| 	rm -f $(CLEAN_OBJS) $(LIBWRAP) | ||||
|  | ||||
| endif # _SIFIVE_MK_COMMON | ||||
|   | ||||
		Reference in New Issue
	
	Block a user