summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/agpmaster/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/agpmaster/Makefile')
-rw-r--r--usr/src/uts/intel/agpmaster/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/uts/intel/agpmaster/Makefile b/usr/src/uts/intel/agpmaster/Makefile
index c6a25d3..826608b 100644
--- a/usr/src/uts/intel/agpmaster/Makefile
+++ b/usr/src/uts/intel/agpmaster/Makefile
@@ -24,7 +24,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the common graphics
# interface kernel module.
@@ -55,6 +55,7 @@ LDFLAGS += -dy -Nmisc/pci_autoconfig
# Include common rules.
#
include $(UTSBASE)/intel/Makefile.intel
+AGP_OBJS += agpmaster.o
#
# Define targets
@@ -91,6 +92,13 @@ clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
+$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/agpmaster/%.c
+ $(COMPILE.c) -o $@ $<
+ $(CTFCONVERT_O)
+
+$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/agpmaster/%.c
+ @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
#
# Include common targets.
#