2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Path to the base of the uts directory tree (usually /usr/src/uts).
18 # Define the module and object file sets.
21 OBJECTS
= $(EFE_OBJS
:%=$(OBJS_DIR
)/%)
22 ROOTMODULE
= $(ROOT_DRV_DIR
)/$(MODULE
)
25 # Include common rules.
27 include $(UTSBASE
)/intel
/Makefile.intel
32 ALL_TARGET
= $(BINARY
)
33 INSTALL_TARGET
= $(BINARY
) $(ROOTMODULE
)
38 LDFLAGS
+= -dy
-N misc
/mac
-N misc
/mii
40 CERRWARN
+= -Wno-uninitialized
43 # Default build targets.
53 clobber: $(CLOBBER_DEPS
)
55 install: $(INSTALL_DEPS
)
58 # Include common targets.
60 include $(UTSBASE
)/intel
/Makefile.targ