From: Vladimir Serbinenko Date: Mon, 14 Aug 2017 10:48:58 +0000 (+0200) Subject: hdparm: Depend on hexdump rather than having a second copy of hexdump. X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=grub.git;a=commitdiff_plain;h=6662372053bb7f580cf1b6a56b11e1190d81a40c hdparm: Depend on hexdump rather than having a second copy of hexdump. --- diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index a65c27f7f..8d57a59a0 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -902,7 +902,6 @@ module = { module = { name = hdparm; common = commands/hdparm.c; - common = lib/hexdump.c; enable = pci; enable = mips_qemu_mips; };