hdparm: Depend on hexdump rather than having a second copy of hexdump.

This commit is contained in:
Vladimir Serbinenko 2017-08-14 12:48:58 +02:00
parent 7108c0c86e
commit 6662372053

View file

@ -902,7 +902,6 @@ module = {
module = { module = {
name = hdparm; name = hdparm;
common = commands/hdparm.c; common = commands/hdparm.c;
common = lib/hexdump.c;
enable = pci; enable = pci;
enable = mips_qemu_mips; enable = mips_qemu_mips;
}; };