ib_srpt: Reorder statements in Makefile

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4033 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-12-29 10:39:18 +00:00
parent 9e8b08cd40
commit d6318a0092

View File

@@ -1,12 +1,13 @@
-include $(SUBDIRS)/../build_mode
SCST_INC_DIR := $(SUBDIRS)/../../scst/include/
EXTRA_CFLAGS += -I$(SCST_INC_DIR)
-include $(SUBDIRS)/../build_mode
SRPTFLAGS = -DCONFIG_SCST_TRACING -DCONFIG_SCST_DEBUG \
-DCONFIG_SCST_EXTRACHECKS -fno-inline -fno-inline-functions
SRPTFLAGSRELEASE = -DCONFIG_SCST_TRACING
SRPTFLAGSPERF =
EXTRA_CFLAGS += -I$(SCST_INC_DIR) $(SRPTFLAGS$(BUILDMODE))
EXTRA_CFLAGS += $(SRPTFLAGS$(BUILDMODE))
#EXTRA_CFLAGS += -Wextra -Wno-unused-parameter