merge menuentry.mod into normal.mod

This commit is contained in:
BVK Chaitanya 2010-09-03 21:08:12 +05:30
parent 78780e7005
commit 9284756e17
4 changed files with 11 additions and 7 deletions

View file

@ -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;
};