提交 ef7635ec 编写于 作者: J Juan Quintela 提交者: Anthony Liguori

remove CONFIG_ from BLUEZ_{LIBS,FLAGS}

Signed-off-by: NJuan Quintela <quintela@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 60ddf533
......@@ -203,7 +203,7 @@ vnc-auth-sasl.o: vnc-auth-sasl.c vnc.h
curses.o: curses.c keymaps.h curses_keys.h
bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS)
bt-host.o: CFLAGS += $(BLUEZ_CFLAGS)
libqemu_common.a: $(obj-y)
......
......@@ -466,7 +466,7 @@ LIBS += $(VNC_SASL_LIBS)
endif
ifdef CONFIG_BLUEZ
LIBS += $(CONFIG_BLUEZ_LIBS)
LIBS += $(BLUEZ_LIBS)
endif
# xen backend driver support
......
......@@ -1737,8 +1737,8 @@ if test "$brlapi" = "yes" ; then
fi
if test "$bluez" = "yes" ; then
echo "CONFIG_BLUEZ=y" >> $config_host_mak
echo "CONFIG_BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
echo "CONFIG_BLUEZ_LIBS=$bluez_libs" >> $config_host_mak
echo "BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
echo "BLUEZ_LIBS=$bluez_libs" >> $config_host_mak
echo "#define CONFIG_BLUEZ 1" >> $config_host_h
fi
if test "$xen" = "yes" ; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册