diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 1a71f3a70a..1b68c706d1 100644 --- a/Makefile.target +++ b/Makefile.target @@ -544,7 +544,7 @@ endif # xen backend driver support obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o -ifeq ($(CONFIG_XEN), yes) +ifeq ($(CONFIG_XEN), y) LIBS += $(XEN_LIBS) endif |