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