diff options
-rw-r--r-- | drivers/xen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 9b7a35c9e51d..030e91b38e32 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile | |||
@@ -8,6 +8,7 @@ nostackp := $(call cc-option, -fno-stack-protector) | |||
8 | CFLAGS_features.o := $(nostackp) | 8 | CFLAGS_features.o := $(nostackp) |
9 | 9 | ||
10 | CFLAGS_efi.o += -fshort-wchar | 10 | CFLAGS_efi.o += -fshort-wchar |
11 | LDFLAGS += $(call ld-option, --no-wchar-size-warning) | ||
11 | 12 | ||
12 | dom0-$(CONFIG_PCI) += pci.o | 13 | dom0-$(CONFIG_PCI) += pci.o |
13 | dom0-$(CONFIG_USB_SUPPORT) += dbgp.o | 14 | dom0-$(CONFIG_USB_SUPPORT) += dbgp.o |