Loading Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ export LC_COLLATE LC_NUMERIC # Avoid interference with shell env settings unexport GREP_OPTIONS IRIS_KERNEL_CONFIG = true #ifeq ($(IRIS_KERNEL_CONFIG), true) IRIS_KERNEL_CONFIG = false ifeq ($(IRIS_KERNEL_CONFIG), true) export CONFIG_PXLW_IRIS=y #endif endif # We are using a recursive build, so we need to do a little thinking # to get the ordering right. Loading Loading
Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ export LC_COLLATE LC_NUMERIC # Avoid interference with shell env settings unexport GREP_OPTIONS IRIS_KERNEL_CONFIG = true #ifeq ($(IRIS_KERNEL_CONFIG), true) IRIS_KERNEL_CONFIG = false ifeq ($(IRIS_KERNEL_CONFIG), true) export CONFIG_PXLW_IRIS=y #endif endif # We are using a recursive build, so we need to do a little thinking # to get the ordering right. Loading