25
26 #
27 # Paths to the base of the uts directory trees
28 #
29 UTSBASE = ../..
30
31 #
32 # Define the module and object file sets.
33 #
34 MODULE = sol_umad
35 OBJECTS = $(SOL_UMAD_OBJS:%=$(OBJS_DIR)/%)
36 LINTS = $(SOL_UMAD_OBJS:%.o=$(LINTS_DIR)/%.ln)
37 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
38 CONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/of/sol_umad
39 LDFLAGS += -dy -Nmisc/sol_ofs -Nmisc/ibmf -Nmisc/ibtl
40 #
41 # Include common rules.
42 #
43 include $(UTSBASE)/intel/Makefile.intel
44
45 CERRWARN += -_gcc=-Wno-uninitialized
46
47 #
48 # Define targets
49 #
50 ALL_TARGET = $(BINARY) $(SRC_CONFILE)
51 LINT_TARGET = $(MODULE).lint
52 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
53
54 #
55 # path for header files
56 #
57 INCLUDE_PATH += -I$(UTSBASE)/common/sys/ib/clients/of/sol_umad
58
59
60
61 #
62 # Default build targets.
63 #
64 .KEEP_STATE:
65
|
25
26 #
27 # Paths to the base of the uts directory trees
28 #
29 UTSBASE = ../..
30
31 #
32 # Define the module and object file sets.
33 #
34 MODULE = sol_umad
35 OBJECTS = $(SOL_UMAD_OBJS:%=$(OBJS_DIR)/%)
36 LINTS = $(SOL_UMAD_OBJS:%.o=$(LINTS_DIR)/%.ln)
37 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
38 CONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/of/sol_umad
39 LDFLAGS += -dy -Nmisc/sol_ofs -Nmisc/ibmf -Nmisc/ibtl
40 #
41 # Include common rules.
42 #
43 include $(UTSBASE)/intel/Makefile.intel
44
45 CERRWARN += $(CNOWARN_UNINIT)
46
47 #
48 # Define targets
49 #
50 ALL_TARGET = $(BINARY) $(SRC_CONFILE)
51 LINT_TARGET = $(MODULE).lint
52 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
53
54 #
55 # path for header files
56 #
57 INCLUDE_PATH += -I$(UTSBASE)/common/sys/ib/clients/of/sol_umad
58
59
60
61 #
62 # Default build targets.
63 #
64 .KEEP_STATE:
65
|