~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to conf/i386.rmk

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
vga_text_mod_CFLAGS = $(COMMON_CFLAGS)
16
16
vga_text_mod_LDFLAGS = $(COMMON_LDFLAGS)
17
17
 
 
18
pkglib_MODULES += video_cirrus.mod
 
19
video_cirrus_mod_SOURCES = video/cirrus.c
 
20
video_cirrus_mod_CFLAGS = $(COMMON_CFLAGS)
 
21
video_cirrus_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
22
 
 
23
pkglib_MODULES += video_bochs.mod
 
24
video_bochs_mod_SOURCES = video/bochs.c
 
25
video_bochs_mod_CFLAGS = $(COMMON_CFLAGS)
 
26
video_bochs_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
27
 
18
28
pkglib_MODULES += relocator.mod
19
29
relocator_mod_SOURCES = lib/i386/relocator.c lib/i386/relocator_asm.S lib/i386/relocator_backward.S
20
30
relocator_mod_CFLAGS = $(COMMON_CFLAGS)
50
60
serial_mod_CFLAGS = $(COMMON_CFLAGS)
51
61
serial_mod_LDFLAGS = $(COMMON_LDFLAGS)
52
62
 
 
63
# On qemu it's compiled in
 
64
ifneq ($(platform), qemu)
53
65
# For pci.mod
54
66
pkglib_MODULES += pci.mod
55
67
pci_mod_SOURCES = bus/pci.c
56
68
pci_mod_CFLAGS = $(COMMON_CFLAGS)
57
69
pci_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
70
endif
58
71
 
59
72
# For cs5536.mod
60
73
pkglib_MODULES += cs5536.mod