You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
701 B

  1. From 7cf69704374e363fdda227803be3849233ba96f3 Mon Sep 17 00:00:00 2001
  2. From: Dario Ernst <Dario.Ernst@riverbed.com>
  3. Date: Fri, 25 Nov 2016 15:33:48 +0100
  4. Subject: [PATCH 4/4] disable-module-build
  5. ---
  6. datapath/linux/Makefile.main.in | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in
  9. index 7d18253..e5555a7 100644
  10. --- a/datapath/linux/Makefile.main.in
  11. +++ b/datapath/linux/Makefile.main.in
  12. @@ -68,7 +68,7 @@ ifeq (,$(wildcard $(CONFIG_FILE)))
  13. endif
  14. default:
  15. - $(MAKE) -C $(KSRC) M=$(builddir) modules
  16. + @echo skipping module build
  17. modules_install:
  18. $(MAKE) -C $(KSRC) M=$(builddir) modules_install
  19. --
  20. 2.9.3