|
@@ -140,15 +140,13 @@ _all: modules
|
|
|
endif
|
|
|
|
|
|
srctree := $(if $(KBUILD_SRC),$(KBUILD_SRC),$(CURDIR))
|
|
|
-TOPDIR := $(srctree)
|
|
|
-# FIXME - TOPDIR is obsolete, use srctree/objtree
|
|
|
objtree := $(CURDIR)
|
|
|
src := $(srctree)
|
|
|
obj := $(objtree)
|
|
|
|
|
|
VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
|
|
|
|
|
|
-export srctree objtree VPATH TOPDIR
|
|
|
+export srctree objtree VPATH
|
|
|
|
|
|
|
|
|
# SUBARCH tells the usermode build what the underlying arch is. That is set
|