From: Anthony PERARD Date: Fri, 17 Jan 2020 10:53:47 +0000 (+0000) Subject: xen/build: Remove left over -DMAX_PHYS_IRQS X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~818 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c4b31162aba4c0c4a057472f193971aac4db3fd0;p=xen.git xen/build: Remove left over -DMAX_PHYS_IRQS The use of MAX_PHYS_IRQS have been removed in cf5e6f2d3441 ("x86: eliminate hard-coded NR_IRQS"), so remove the left over CFLAGS. Signed-off-by: Anthony PERARD Reviewed-by: Jan Beulich --- diff --git a/xen/Rules.mk b/xen/Rules.mk index 2f4e6f3d96..8dc044a357 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -70,10 +70,6 @@ ifneq ($(clang),y) CFLAGS += -Wa,--strip-local-absolute endif -ifneq ($(max_phys_irqs),) -CFLAGS-y += -DMAX_PHYS_IRQS=$(max_phys_irqs) -endif - AFLAGS-y += -D__ASSEMBLY__ ALL_OBJS := $(ALL_OBJS-y)