mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
23 lines
661 B
Diff
23 lines
661 B
Diff
|
From 6662372053bb7f580cf1b6a56b11e1190d81a40c Mon Sep 17 00:00:00 2001
|
||
|
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||
|
Date: Mon, 14 Aug 2017 12:48:58 +0200
|
||
|
Subject: [PATCH] hdparm: Depend on hexdump rather than having a second copy of
|
||
|
hexdump.
|
||
|
|
||
|
---
|
||
|
grub-core/Makefile.core.def | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
|
||
|
index a65c27f7ff2..8d57a59a0e1 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;
|
||
|
};
|