From: VMware, Inc <> Date: Wed, 26 Jan 2011 02:02:18 +0000 (-0800) Subject: TBB: missed file for Linux kernel module reap X-Git-Tag: 2011.01.24-354108~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4fc5b62ed7937c984db1ceb0017b28b71ac63ca;p=thirdparty%2Fopen-vm-tools.git TBB: missed file for Linux kernel module reap The vmblock build had references to skas1.c that I missed. (The symbol that skas1.c affects, VMW_SKAS_MMAP, is not used in our modules.) Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/shared/autoconf/skas1.c b/open-vm-tools/modules/linux/shared/autoconf/skas1.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/open-vm-tools/modules/linux/vmblock/Makefile.kernel b/open-vm-tools/modules/linux/vmblock/Makefile.kernel index 402220aee..ab7a7279b 100644 --- a/open-vm-tools/modules/linux/vmblock/Makefile.kernel +++ b/open-vm-tools/modules/linux/vmblock/Makefile.kernel @@ -21,7 +21,6 @@ INCLUDE += -I$(SRCROOT)/include EXTRA_CFLAGS := $(CC_OPTS) $(INCLUDE) -EXTRA_CFLAGS += $(call vm_check_build, $(AUTOCONF_DIR)/skas1.c, -DVMW_SKAS_MMAP, ) EXTRA_CFLAGS += $(call vm_check_build, $(AUTOCONF_DIR)/cachecreate.c, -DVMW_KMEMCR_HAS_DTOR, ) EXTRA_CFLAGS += $(call vm_check_build, $(AUTOCONF_DIR)/cachector.c, -DVMW_KMEMCR_CTOR_HAS_3_ARGS, ) EXTRA_CFLAGS += $(call vm_check_build, $(AUTOCONF_DIR)/cachector1.c, -DVMW_KMEMCR_CTOR_HAS_2_ARGS, )