dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / uts / intel / efe / Makefile
blob95d9ee9304ea920afb47cceddb103da7efdf7f11
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
5 # 1.0 of the CDDL.
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).
15 UTSBASE = ../..
18 # Define the module and object file sets.
20 MODULE = efe
21 OBJECTS = $(EFE_OBJS:%=$(OBJS_DIR)/%)
22 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
25 # Include common rules.
27 include $(UTSBASE)/intel/Makefile.intel
30 # Define targets.
32 ALL_TARGET = $(BINARY)
33 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
36 # Driver flags.
38 LDFLAGS += -dy -N misc/mac -N misc/mii
40 CERRWARN += -Wno-uninitialized
43 # Default build targets.
45 .KEEP_STATE:
47 def: $(DEF_DEPS)
49 all: $(ALL_DEPS)
51 clean: $(CLEAN_DEPS)
53 clobber: $(CLOBBER_DEPS)
55 install: $(INSTALL_DEPS)
58 # Include common targets.
60 include $(UTSBASE)/intel/Makefile.targ