- backout using features which are not available with the previous stable
version of make (3.71.1).
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#
|
||||
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
||||
|
||||
srcdir=$(top_srcdir)/modutils
|
||||
objdir=$(top_builddir)/modutils
|
||||
srcdir:=$(top_srcdir)/modutils
|
||||
objdir:=$(top_builddir)/modutils
|
||||
|
||||
MODUTILS-$(CONFIG_INSMOD) += insmod.o
|
||||
MODUTILS-$(CONFIG_LSMOD) += lsmod.o
|
||||
@@ -19,3 +19,7 @@ APPLET_SRC-a+=$(MODUTILS_SRC-a)
|
||||
|
||||
modutils_OBJ:= $(patsubst %,$(objdir)/%,$(MODUTILS-y))
|
||||
|
||||
$(modutils_OBJ): $(objdir)/%.o: $(srcdir)/%.c
|
||||
$(objdir)/modutils.a: $(modutils_OBJ)
|
||||
libraries-y:=$(libraries-y) $(objdir)/modutils.a
|
||||
|
||||
|
Reference in New Issue
Block a user