 7d07a6cf50
			
		
	
	
		7d07a6cf50
		
	
	
	
	
		
			
			Those files are actually common for dom0 and VM, but as we splitted the repos, move them accordingly.
		
			
				
	
	
		
			9 خطوط
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 خطوط
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: meminfo-writer
 | |
| 
 | |
| meminfo-writer: meminfo-writer.o
 | |
| 	$(CC) -g -o meminfo-writer meminfo-writer.o -lxenstore
 | |
| 
 | |
| clean:
 | |
| 	rm -f *.pyo 
 | |
| 
 |