Move the RTC tests out of the timers folder as they are mostly unrelated. Keep rtcpie in timers as it only test hrtimers. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| CFLAGS += -O3 -Wl,-no-as-needed -Wall
 | |
| LDFLAGS += -lrt -lpthread -lm
 | |
| 
 | |
| TEST_GEN_PROGS = rtctest
 | |
| 
 | |
| TEST_GEN_PROGS_EXTENDED = setdate
 | |
| 
 | |
| include ../lib.mk
 |