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).
17 # Define the module and object file sets.
20 OBJECTS
= $(AGPTARGET_OBJS
:%=$(OBJS_DIR
)/%)
21 ROOTMODULE
= $(ROOT_DRV_DIR
)/$(MODULE
)
26 LDFLAGS
+= -dy
-Nmisc
/busra
29 # Include common rules.
31 include $(UTSBASE
)/intel
/Makefile.intel
33 CERRWARN
+= -Wno-uninitialized
38 ALL_TARGET
= $(BINARY
)
39 INSTALL_TARGET
= $(BINARY
) $(ROOTMODULE
)
42 # Default build targets.
52 clobber: $(CLOBBER_DEPS
)
54 install: $(INSTALL_DEPS
)
57 # Include common targets.
59 include $(UTSBASE
)/intel
/Makefile.targ