diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2019-05-13 18:24:29 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2019-05-13 18:24:29 +0000 |
| commit | c5156c7785c3f2c2ff7bcfa0a43f013c12e84037 (patch) | |
| tree | 3a15923ba6b1170d6649ce65704d603a25269a95 /sys/modules/linux | |
| parent | caaad8736e268801b8a9ee2cff4a0425611616a8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 93ce542759c4..fff940db5de0 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -80,13 +80,4 @@ ${VDSO}.so: linux${SFX}_locore.o linux${SFX}_genassym.o: offset.inc ${CC} -c ${CFLAGS:N-flto:N-fno-common} ${.IMPSRC} -.if !defined(KERNBUILDDIR) -.if defined(KTR) -CFLAGS+= -DKTR -.endif -.if defined(DEBUG) -CFLAGS+= -DDEBUG -.endif -.endif - .include <bsd.kmod.mk> |
