From e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Tue, 1 Mar 2005 21:51:48 +0000 Subject: Respect the user's USE_LINUX setting. --- emulators/rtc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/rtc') diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 97f016f9be4f..1d54e5ffa33c 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -18,7 +18,7 @@ COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files NO_FETCH= yes -USE_LINUX= yes +USE_LINUX?= yes KMODDIR= ${PREFIX}/modules -- cgit v1.2.3