Move video/colors.c into video.mod.

This commit is contained in:
Colin Watson 2010-12-23 12:11:44 +00:00
parent 477343c86e
commit 1c95b6d2bf
2 changed files with 3 additions and 9 deletions

View file

@ -1442,12 +1442,6 @@ module = {
enable = i386_pc;
};
module = {
name = video_colors;
common = video/colors.c;
enable = videomodules;
};
module = {
name = video_fb;
common = video/fb/video_fb.c;
@ -1460,6 +1454,7 @@ module = {
module = {
name = video;
common = video/video.c;
common = video/colors.c;
enable = videomodules;
};