Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148394920
D42531.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
902 B
Referenced Files
None
Subscribers
None
D42531.diff
View Options
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -141,6 +141,15 @@
.endfor
.endif
+# Generate the .bin (booti images) kernel as an extra build output.
+# The targets and rules to generate these appear in Makefile.$MACHINE
+# if the platform supports it.
+.if ${MK_KERNEL_BIN} != "no"
+KERNEL_EXTRA+= ${KERNEL_KO}.bin
+KERNEL_EXTRA_INSTALL+= ${KERNEL_KO}.bin
+CLEAN+= ${KERNEL_KO}.bin
+.endif
+
.ORDER: kernel-install modules-install
beforebuild: .PHONY
@@ -466,13 +475,4 @@
.endif
.endif
-# Generate the .bin (booti images) kernel as an extra build output.
-# The targets and rules to generate these appear in Makefile.$MACHINE
-# if the platform supports it.
-.if ${MK_KERNEL_BIN} != "no"
-KERNEL_EXTRA+= ${KERNEL_KO}.bin
-KERNEL_EXTRA_INSTALL+= ${KERNEL_KO}.bin
-CLEAN+= ${KERNEL_KO}.bin
-.endif
-
.include "kern.mk"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 2:04 PM (6 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29910047
Default Alt Text
D42531.diff (902 B)
Attached To
Mode
D42531: sys/conf: Move adding kernel.bin earlier
Attached
Detach File
Event Timeline
Log In to Comment