comments
This commit is contained in:
parent
d9b78bce4a
commit
f6023b613f
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,7 @@ def rule(target, source, cmd):
|
||||||
#
|
#
|
||||||
# kernel = {
|
# kernel = {
|
||||||
# nostrip = emu;
|
# nostrip = emu;
|
||||||
# nostrip = i386_pc;
|
# ...
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
def if_platform_tagged(platform, tag, snippet_if, snippet_else=None):
|
def if_platform_tagged(platform, tag, snippet_if, snippet_else=None):
|
||||||
|
@ -114,6 +114,7 @@ def if_platform_tagged(platform, tag, snippet_if, snippet_else=None):
|
||||||
# module = {
|
# module = {
|
||||||
# cflags = '-Wall';
|
# cflags = '-Wall';
|
||||||
# emu_cflags = '-Wall -DGRUB_EMU=1';
|
# emu_cflags = '-Wall -DGRUB_EMU=1';
|
||||||
|
# ...
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
def foreach_platform_value(platform, tag, suffix, closure):
|
def foreach_platform_value(platform, tag, suffix, closure):
|
||||||
|
|
Loading…
Reference in a new issue