Makefile (7014882c) Makefile (0aaef2f5)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 21 unchanged lines hidden (view full) ---

30#
31UTSBASE = ../..
32
33#
34# Define the module and object file sets.
35#
36MODULE = iprb
37OBJECTS = $(IPRB_OBJS:%=$(OBJS_DIR)/%)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 21 unchanged lines hidden (view full) ---

30#
31UTSBASE = ../..
32
33#
34# Define the module and object file sets.
35#
36MODULE = iprb
37OBJECTS = $(IPRB_OBJS:%=$(OBJS_DIR)/%)
38LINTS = $(IPRB_OBJS:%.o=$(LINTS_DIR)/%.ln)
39ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
40
41#
42# Include common rules.
43#
44include $(UTSBASE)/intel/Makefile.intel
45
46#
47# Define targets
48#
49ALL_TARGET = $(BINARY)
38ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
39
40#
41# Include common rules.
42#
43include $(UTSBASE)/intel/Makefile.intel
44
45#
46# Define targets
47#
48ALL_TARGET = $(BINARY)
50LINT_TARGET = $(MODULE).lint
51INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
52
53#
54# Overrides
55#
56
57CERRWARN += -_gcc=-Wno-switch
58

--- 10 unchanged lines hidden (view full) ---

69def: $(DEF_DEPS)
70
71all: $(ALL_DEPS)
72
73clean: $(CLEAN_DEPS)
74
75clobber: $(CLOBBER_DEPS)
76
49INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
50
51#
52# Overrides
53#
54
55CERRWARN += -_gcc=-Wno-switch
56

--- 10 unchanged lines hidden (view full) ---

67def: $(DEF_DEPS)
68
69all: $(ALL_DEPS)
70
71clean: $(CLEAN_DEPS)
72
73clobber: $(CLOBBER_DEPS)
74
77lint: $(LINT_DEPS)
78
79modlintlib: $(MODLINTLIB_DEPS)
80
81clean.lint: $(CLEAN_LINT_DEPS)
82
83install: $(INSTALL_DEPS)
84
85#
86# Include common targets.
87#
88include $(UTSBASE)/intel/Makefile.targ
75install: $(INSTALL_DEPS)
76
77#
78# Include common targets.
79#
80include $(UTSBASE)/intel/Makefile.targ