mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 20:21:30 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user