aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-12-17 08:23:53 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-12-17 08:23:53 -0600
commit4a493c6fac4db5d9094906a1e9b6d19c1dfff1ed (patch)
tree85833a907cc3b98daa66559e29ff386e29f9e7f8 /Makefile.objs
parentfef395782d76fa497bfc89cea741173706669b2e (diff)
parent5eeaad5a57b94d26747ed8a96fab69494baef75d (diff)
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 07e46140d0..24b2f99a43 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -24,6 +24,7 @@ block-nested-y += parallels.o nbd.o blkdebug.o sheepdog.o blkverify.o
block-nested-$(CONFIG_WIN32) += raw-win32.o
block-nested-$(CONFIG_POSIX) += raw-posix.o
block-nested-$(CONFIG_CURL) += curl.o
+block-nested-$(CONFIG_RBD) += rbd.o
block-obj-y += $(addprefix block/, $(block-nested-y))