2009-06-16 Vladimir Serbinenko <phcoder@gmail.com>
Probe command * commands/probe.c: new file * conf/common.rmk (pkglib_MODULES): add probe.mod (probe_mod_SOURCES): new variable (probe_mod_CFLAGS): likewise (probe_mod_LDFLAGS): likewise * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c * conf/i386-ieee1275.rmk: likewise * conf/i386-pc.rmk: likewise * conf/powerpc-ieee1275.rmk: likewise * conf/sparc64-ieee1275.rmk: likewise
This commit is contained in:
parent
ebc621eac9
commit
9c6f459688
8 changed files with 187 additions and 5 deletions
|
@ -101,6 +101,7 @@ grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
|||
commands/configfile.c commands/help.c \
|
||||
commands/search.c commands/handler.c commands/test.c \
|
||||
commands/ls.c commands/blocklist.c commands/hexdump.c \
|
||||
commands/probe.c \
|
||||
lib/hexdump.c commands/halt.c commands/reboot.c \
|
||||
disk/loopback.c \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue