mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Initial commit of open source Workload Automation.
This commit is contained in:
		
							
								
								
									
										11
									
								
								wlauto/external/readenergy/Makefile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								wlauto/external/readenergy/Makefile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| # To build: | ||||
| # | ||||
| # CROSS_COMPILE=aarch64-linux-gnu- make | ||||
| # | ||||
| CROSS_COMPILE?=aarch64-linux-gnu- | ||||
| CC=$(CROSS_COMPILE)gcc | ||||
| CFLAGS='-Wl,-static -Wl,-lc' | ||||
|  | ||||
| readenergy: readenergy.c | ||||
| 	$(CC) $(CFLAGS) readenergy.c -o readenergy | ||||
| 	cp readenergy ../../instrumentation/juno_energy/readenergy | ||||
		Reference in New Issue
	
	Block a user