8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / uts / intel / sfxge / Makefile
blob4db3a4dd22825bd885809f52b9e53001d842f000
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 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
16 UTSBASE = ../..
18 MODULE = sfxge
19 OBJECTS = $(SFXGE_OBJS:%=$(OBJS_DIR)/%)
20 OBJECTS += $(SFXGE_SF_OBJS:%=$(OBJS_DIR)/%)
21 LINTS = $(SFXGE_OBJS:%.o=$(LINTS_DIR)/%.ln)
22 LINTS += $(SFXGE_SF_OBJS:%.o=$(LINTS_DIR)/%.ln)
23 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
25 include $(UTSBASE)/intel/Makefile.intel
28 # Targets
30 ALL_TARGET = $(BINARY)
31 LINT_TARGET = $(MODULE).lint
32 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
35 # Overrides
38 INC_PATH += -I$(UTSBASE)/common/io/sfxge -I$(UTSBASE)/common/io/sfxge/common
41 # TODO:
42 # These are specific to this driver. We will unidef these out later.
43 # Some of them need further cleanup as well (e.g. we shouldn't bother with
44 # supporting NDD directly.)
46 CPPFLAGS += -U_USE_MTU_UPDATE
48 CFLAGS += $(CCVERBOSE)
51 # Driver depends on GLDv3 (mac)
53 LDFLAGS += -dy -N misc/mac
56 # Default build targets.
58 .KEEP_STATE:
60 def: $(DEF_DEPS)
62 all: $(ALL_DEPS)
64 clean: $(CLEAN_DEPS)
66 clobber: $(CLOBBER_DEPS)
68 lint: $(LINT_DEPS)
70 modlintlib: $(MODLINTLIB_DEPS)
72 clean.lint: $(CLEAN_LINT_DEPS)
74 install: $(INSTALL_DEPS)
77 # Include common targets.
79 include $(UTSBASE)/intel/Makefile.targ