]> git.proxmox.com Git - grub2.git/commit - conf/i386-pc.mk
2007-11-18 Bean <bean123ch@gmail.com>
authorrobertmh <robertmh@localhost>
Sun, 18 Nov 2007 06:41:46 +0000 (06:41 +0000)
committerrobertmh <robertmh@localhost>
Sun, 18 Nov 2007 06:41:46 +0000 (06:41 +0000)
commitc405c39191f1bc5d8082ab17466cbc663abaf043
tree49d6fe4067bf6480ab67444821d943dfdf611adc
parent5cced7fd10f6adfed1df26a73c40c39551702704
2007-11-18  Bean  <bean123ch@gmail.com>

* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
(hexdump_mod_SOURCES): New variable.
(hexdump_mod_CFLAGS): Likewise.
(hexdump_mod_LDFLAGS): Likewise.

* conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.

* conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.

* conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.

* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.

* include/grub/hexdump.h: New file.

* commands/hexdump.c: New file.
ChangeLog
commands/hexdump.c [new file with mode: 0644]
conf/common.mk
conf/common.rmk
conf/i386-efi.mk
conf/i386-efi.rmk
conf/i386-linuxbios.rmk
conf/i386-pc.mk
conf/i386-pc.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk