Print this page
8299 It's time for the old AGP+DRM code to go

@@ -771,14 +771,10 @@
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/dmfe/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
-$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/drm/%.c
-        $(COMPILE.c) -o $@ $<
-        $(CTFCONVERT_O)
-
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/efe/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/elxl/%.c

@@ -2162,13 +2158,10 @@
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/dmfe/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
-$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/drm/%.c
-        @($(LHEAD) $(LINT.c) $< $(LTAIL))
-
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/efe/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/elxl/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))