hdparm: Depend on hexdump rather than having a second copy of hexdump.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 14 Aug 2017 10:48:58 +0000 (12:48 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 14 Aug 2017 10:48:58 +0000 (12:48 +0200)
grub-core/Makefile.core.def

index a65c27f..8d57a59 100644 (file)
@@ -902,7 +902,6 @@ module = {
 module = {
   name = hdparm;
   common = commands/hdparm.c;
-  common = lib/hexdump.c;
   enable = pci;
   enable = mips_qemu_mips;
 };