Commit 75dd89e3 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Federico Vaga

trivial: fix modules_install rules

With this "make modules_install" at top level works. It is not really
used much, but it makes sense to make it work as advertised.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent c7e87b69
......@@ -22,6 +22,9 @@ install:
%: %.c $(LIBADC)/libfmcadc.a
$(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)
# make nothing for modules_install, but avoid errors
modules_install:
clean:
rm -f $(DEMOS) *.o *~
......
......@@ -16,8 +16,8 @@ all modules: $(hostprogs-y)
clean:
rm -f $(hostprogs-y) *.o *~
# make nothing for module_install, but avoid errors
module_install:
# make nothing for modules_install, but avoid errors
modules_install:
install:
install -d $(DESTDIR)/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment