diff options
Diffstat (limited to 'emulators/rtc/Makefile')
-rw-r--r-- | emulators/rtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |