Skip to content

Commit d2e6d80

Browse files
committed
kernel/makefile: forcefully enable blobby build (HACK)
Since the makefile change doesn't work, force it
1 parent b0e18d3 commit d2e6d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ blobby_kernel: $(PRAWNOS_KERNEL_BUILT)
9494

9595
### REAL RULES
9696

97+
# HACK: blobby_kernel isn't working..
98+
BLOBBY_BUILD := 1
9799
# Default to a libre kernel. blobby_kernel target will override if needed:
98100
ifndef BLOBBY_BUILD
99101
KERNEL_CONFIG := $(KERNEL_LIBRE_CONFIG)

0 commit comments

Comments
 (0)