dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / uts / intel / amd64_gart / Makefile
blobfaa27cc6a8c29c2d08ddd7bf43e2df9eaa803fe2
2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # uts/intel/amd64_gart/Makefile
8 #ident "%Z%%M% %I% %E% SMI"
10 # This makefile drives the framework of agp protocol
11 # (amd64_gart) kernel module.
14 # Path to the base of the uts directory tree (usually /usr/src/uts).
16 UTSBASE = ../..
19 # Define the module and object file sets.
21 MODULE = amd64_gart
22 OBJECTS = $(AMD64GART_OBJS:%=$(OBJS_DIR)/%)
23 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
26 # Include common rules.
28 include $(UTSBASE)/intel/Makefile.intel
31 # Define targets
33 ALL_TARGET = $(BINARY)
34 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
37 # Default build targets.
39 .KEEP_STATE:
41 def: $(DEF_DEPS)
43 all: $(ALL_DEPS)
45 clean: $(CLEAN_DEPS)
47 clobber: $(CLOBBER_DEPS)
49 install: $(INSTALL_DEPS)
52 # Include common targets.
54 include $(UTSBASE)/intel/Makefile.targ