mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Fixed the fatal bug introduced in previous commit: don't strip
kgzldr.o -- kgzipping with such a loader produces bad images.
This commit is contained in:
parent
c6cad6c575
commit
63dfee8866
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= kgzldr.o
|
||||
STRIP=
|
||||
BINMODE=${LIBMODE}
|
||||
BINDIR= ${LIBDIR}
|
||||
NOMAN=
|
||||
|
|
|
|||
Loading…
Reference in a new issue