--- ./drivers/net/bnx2/Makefile 2006-10-23 16:36:29 +0200 +++ ./drivers/net/bnx2/Makefile 2007-03-20 12:48:43 +0100 @@ -1,9 +1,6 @@ # # Makefile for the Broadcom NetXtreme II # -O_TARGET := bnx2.o -obj-y := bnx2.o -obj-m := $(O_TARGET) - +obj-$(CONFIG_BNX2) := bnx2.o include $(TOPDIR)/Rules.make