 f28f9e43b3
			
		
	
	
	f28f9e43b3
	
	
	
		
			
			Fix Makefiles so that Documentation/networking/timestamping/timestamping.c will build when using the CONFIG_BUILD_DOCSRC kconfig option. (timestamping.c does not build currently with its simple Makefile.) Also fix printf format warnings. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			238 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			238 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # kbuild trick to avoid linker error. Can be omitted if a module is built.
 | |
| obj- := dummy.o
 | |
| 
 | |
| # List of programs to build
 | |
| hostprogs-y := ifenslave
 | |
| 
 | |
| # Tell kbuild to always build the programs
 | |
| always := $(hostprogs-y)
 | |
| 
 | |
| obj-m := timestamping/
 |