Remove vbetest and vbeinfo in favour of videotest and videoinfo

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-03 22:21:48 +02:00
parent 380c39cb25
commit 4ab5f27548
5 changed files with 33 additions and 377 deletions

View file

@ -670,23 +670,11 @@ module = {
emu_condition = COND_GRUB_EMU_USB;
};
module = {
name = vbeinfo;
i386_pc = commands/i386/pc/vbeinfo.c;
enable = i386_pc;
};
module = {
name = videoinfo;
common = commands/videoinfo.c;
};
module = {
name = vbetest;
i386_pc = commands/i386/pc/vbetest.c;
enable = i386_pc;
};
module = {
name = videotest;
common = commands/videotest.c;