merge menuentry.mod into normal.mod
This commit is contained in:
parent
78780e7005
commit
9284756e17
4 changed files with 11 additions and 7 deletions
|
@ -1173,6 +1173,8 @@ module = {
|
|||
common = script/lexer.c;
|
||||
common = script/argv.c;
|
||||
|
||||
common = commands/menuentry.c;
|
||||
|
||||
common = unidata.c;
|
||||
common_nodist = grub_script.tab.c;
|
||||
common_nodist = grub_script.yy.c;
|
||||
|
@ -1408,8 +1410,3 @@ module = {
|
|||
name = test_blockarg;
|
||||
common = tests/test_blockarg.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = menuentry;
|
||||
common = commands/menuentry.c;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue