We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77da702 commit e5bba65Copy full SHA for e5bba65
1 file changed
Makefile
@@ -23,7 +23,9 @@ image:
23
images:
24
$(MAKE) -C image images
25
26
-kimage: kernel image
+kimage:
27
+ $(MAKE) -C elks all
28
+ $(MAKE) -C image
29
30
kernel:
31
$(MAKE) -C elks all
@@ -92,6 +94,9 @@ defconfig:
92
94
$(RM) .config
93
95
@yes '' | ${MAKE} config
96
97
+yesconfig:
98
+ @yes '' | ${MAKE} config
99
+
100
include/autoconf.h: .config
101
@yes '' | config/Configure -D config.in
102
0 commit comments