We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5078d71 commit b32b966Copy full SHA for b32b966
1 file changed
mainboards/aeeon/i11/Makefile
@@ -172,10 +172,10 @@ cpukernel: cpu.cpio.lzma cpu.config
172
173
# KERNEL=ubuntu-bionic-up
174
KERNEL=linux
175
-#CONFIG=cpuflash-5.17.0.config
+CONFIG=cpuflash-5.17.0.config
176
#CONFIG=cpuflash-5.4.0.config
177
#CONFIG=cpuflash.config
178
-CONFIG=cpu-5.14.config
+#CONFIG=cpu-5.14.config
179
cpuflashkernel: cpu.cpio $(CONFIG)
180
cp $(CONFIG) $(KERNEL)/.config
181
(cd $(KERNEL) && make oldconfig && make -j32)
0 commit comments