In the following lines of the file SOURCE/module/Makefile: ` 13 ifeq ($(CFLAGS_MODULE),)` ` 14 DIAG_EXTRA_CFLAGS += $(CFLAGS_MODULE)` ` 15 endif` Should "ifeq" be "ifneq" ?
In the following lines of the file SOURCE/module/Makefile:
13 ifeq ($(CFLAGS_MODULE),)14 DIAG_EXTRA_CFLAGS += $(CFLAGS_MODULE)15 endifShould "ifeq" be "ifneq" ?