diff mbox

[1/2] blockdev: Remove unnecessary lines from Makefile

Message ID 1469651923-20723-2-git-send-email-clord@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

clord@redhat.com July 27, 2016, 8:38 p.m. UTC
Removes some superfluous lines from the Makefile which should have been
removed as part of the patch series to add dynamic loading for block
driver modules.

Signed-off-by: Colin Lord <clord@redhat.com>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

Comments

Eric Blake July 27, 2016, 10:03 p.m. UTC | #1
On 07/27/2016 02:38 PM, Colin Lord wrote:
> Removes some superfluous lines from the Makefile which should have been
> removed as part of the patch series to add dynamic loading for block
> driver modules.

If that series has not been merged to master yet, it may be better to
just squash this into that patch; maybe the maintainer can do that, but
it may also be easiest to just send another version of that series.
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 4b9384e..c7aa8cd 100644
--- a/Makefile
+++ b/Makefile
@@ -247,9 +247,6 @@  Makefile: $(version-obj-y) $(version-lobj-y)
 libqemustub.a: $(stub-obj-y)
 libqemuutil.a: $(util-obj-y)
 
-block-modules = $(foreach o,$(block-obj-m),"$(basename $(subst /,-,$o))",) NULL
-util/module.o-cflags = -D'CONFIG_BLOCK_MODULES=$(block-modules)'
-
 ######################################################################
 
 qemu-img.o: qemu-img-cmds.h