diff options
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index fddb23c83e76..97f016f9be4f 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -17,6 +17,7 @@ COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files +NO_FETCH= yes USE_LINUX= yes KMODDIR= ${PREFIX}/modules @@ -40,9 +41,6 @@ IGNORE= "Systems prior to 400013 are out of support" IGNORE= "Kernel source files required" .endif -do-fetch: - @${ECHO} "I don't fetch anything..." - do-extract: @${MKDIR} ${WRKSRC} @${SED} -e 's,@@PREFIX@@,${PREFIX},' \ |