Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102667887
D39639.id120535.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
530 B
Referenced Files
None
Subscribers
None
D39639.id120535.diff
View Options
diff --git a/sys/conf/Makefile.arm64 b/sys/conf/Makefile.arm64
--- a/sys/conf/Makefile.arm64
+++ b/sys/conf/Makefile.arm64
@@ -93,7 +93,7 @@
# and the temp file together to make the kernel.bin file.
${KERNEL_KO}.bin: ${FULLKERNEL}
@${OBJCOPY} --wildcard --strip-symbol='$$[adtx]*' \
- --output-target=binary ${.ALLSRC} ${.TARGET}.temp
+ --output-target=binary ${FULLKERNEL} ${.TARGET}.temp
@{ ${NM} ${.ALLSRC} | \
${AWK} -f $S/tools/arm_kernel_boothdr.awk -v hdrtype=v8booti && \
cat ${.TARGET}.temp; \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 2:42 PM (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14660174
Default Alt Text
D39639.id120535.diff (530 B)
Attached To
Mode
D39639: arm64: Use FULLKERNEL instead of .ALLSRC in .bin target
Attached
Detach File
Event Timeline
Log In to Comment