Add config option for MarkerAPI to config.mk and integrate it in the build system

This commit is contained in:
Thomas Roehl
2019-03-14 17:11:28 +01:00
parent 3e1fe39dfe
commit e6958c8581
4 changed files with 15 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -DLIKWID -DLIKWID_PERFMON -Ofast -xHost -std=c99 -ffreestanding $(OPENMP) $(LIKWID_INC)
LFLAGS = $(OPENMP) $(LIKWID_LIB) -llikwid
CFLAGS = -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =