~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to conf/mips.rmk

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
sbin_SCRIPTS = 
11
11
bin_SCRIPTS = 
12
12
 
13
 
# For serial.mod.
14
 
pkglib_MODULES += serial.mod
15
 
serial_mod_SOURCES = term/serial.c
16
 
serial_mod_CFLAGS = $(COMMON_CFLAGS)
17
 
serial_mod_LDFLAGS = $(COMMON_LDFLAGS)
18
 
 
19
13
# For relocator.mod.
20
14
pkglib_MODULES += relocator.mod
21
15
relocator_mod_SOURCES = lib/$(target_cpu)/relocator.c lib/$(target_cpu)/relocator_asm.S