Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / usr / src / uts / intel / agptarget / Makefile
blob2bf542fc6bab2e82f029282d8c0dd75ef09bb06a
2 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # uts/intel/agptarget/Makefile
8 # This makefile drives the framework of agp protocol
9 # (agptarget) kernel module.
12 # Path to the base of the uts directory tree (usually /usr/src/uts).
14 UTSBASE = ../..
17 # Define the module and object file sets.
19 MODULE = agptarget
20 OBJECTS = $(AGPTARGET_OBJS:%=$(OBJS_DIR)/%)
21 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
24 # dependency
26 LDFLAGS += -dy -Nmisc/busra
29 # Include common rules.
31 include $(UTSBASE)/intel/Makefile.intel
33 CERRWARN += -Wno-uninitialized
36 # Define targets
38 ALL_TARGET = $(BINARY)
39 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
42 # Default build targets.
44 .KEEP_STATE:
46 def: $(DEF_DEPS)
48 all: $(ALL_DEPS)
50 clean: $(CLEAN_DEPS)
52 clobber: $(CLOBBER_DEPS)
54 install: $(INSTALL_DEPS)
57 # Include common targets.
59 include $(UTSBASE)/intel/Makefile.targ