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.

22 lines
655 B

  1. From fa00316e8c5151747f3e80895e6afd9ee1a9c0cd Mon Sep 17 00:00:00 2001
  2. From: Andrew Cagney <cagney@gnu.org>
  3. Date: Thu, 25 Oct 2018 21:02:45 -0400
  4. Subject: [PATCH] building: when !USE_KLIPS=true cripple klips kernel module
  5. rules
  6. ---
  7. Makefile | 3 ++-
  8. 1 file changed, 2 insertions(+), 1 deletion(-)
  9. diff --git a/Makefile b/Makefile
  10. index 0b070966e6..2fcf0229fd 100644
  11. --- a/Makefile
  12. +++ b/Makefile
  13. @@ -216,5 +216,6 @@ install-fipshmac:
  14. include ${LIBRESWANSRCDIR}/mk/docker-targets.mk
  15. include ${LIBRESWANSRCDIR}/mk/kvm-targets.mk
  16. include ${LIBRESWANSRCDIR}/mk/web-targets.mk
  17. +ifeq ($(USE_KLIPS),true)
  18. include ${LIBRESWANSRCDIR}/mk/kernel.mk
  19. -
  20. +endif