summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 86ffb7f7cd9c..fa92b6f43c29 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1539,6 +1539,10 @@ ifeq ($(CONFIG_DPTRACE_ENABLE), y)
CDEFINES += -DFEATURE_DPTRACE_ENABLE
endif
+ifeq ($(CONFIG_HIF_PCI), 1)
+CDEFINES += -DFORCE_LEGACY_PCI_INTERRUPTS
+endif
+
KBUILD_CPPFLAGS += $(CDEFINES)
# Currently, for versions of gcc which support it, the kernel Makefile