Skip to content

Commit

Permalink
common: fix OS_DIMM_CFLAG flag setup
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Nov 27, 2023
1 parent eaa3fb6 commit e495a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@ ifeq ($(NDCTL_ENABLE),y)
OS_DIMM := ndctl
else
OS_DIMM := none
OS_DIMM_CFLAG=-DNDCTL_ENABLED=0
endif

export OS_DIMM
export LIBNDCTL_PKG_CONFIG_DEPS
export LIBNDCTL_PKG_CONFIG_DEPS_VAR
Expand Down

0 comments on commit e495a87

Please sign in to comment.