diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-11-06 16:48:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-11-06 16:48:37 +0000 |
| commit | 528013d5a8b067fc384c91bdfd106e0d773959b7 (patch) | |
| tree | 5c9ec7cd1a58a0a74cc210a44775becde7e6d65c /sys/modules/linux/Makefile | |
| parent | 16b02a8fc802701d15111955f12dfe935284a7ed (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -rw-r--r-- | sys/modules/linux/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 0a617beb7e17..a671a3377853 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -40,10 +40,7 @@ EXPORT_SYMS+= linux_ioctl_unregister_handler CLEANFILES= linux${SFX}_assym.h linux${SFX}_genassym.o linux${SFX}_assym.h: linux${SFX}_genassym.o -.if exists(@) -linux${SFX}_assym.h: @/kern/genassym.sh -.endif - sh @/kern/genassym.sh linux${SFX}_genassym.o > ${.TARGET} + sh ${SYSDIR}/kern/genassym.sh linux${SFX}_genassym.o > ${.TARGET} linux${SFX}_locore.o: linux${SFX}_assym.h assym.s ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ |
