0003-DOTCONFIG-location-correction.patch 657 B

123456789101112131415161718192021222324252627282930
  1. From 72bb1a69cf6c0f58d3c1a8f6ba98334640818566 Mon Sep 17 00:00:00 2001
  2. From: Paul Kocialkowski <contact@paulk.fr>
  3. Date: Sun, 9 Aug 2015 12:06:28 +0200
  4. Subject: [PATCH 3/7] DOTCONFIG location correction
  5. The configuration file doesn't have to be in src and HAVE_DOTCONFIG holds its
  6. current location.
  7. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
  8. ---
  9. Makefile | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/Makefile b/Makefile
  12. index a1a9d33..13305cd 100644
  13. --- a/Makefile
  14. +++ b/Makefile
  15. @@ -73,7 +73,7 @@ all: help
  16. else
  17. -include $(src)/.config
  18. +include $(HAVE_DOTCONFIG)
  19. ifeq ($(CONFIG_ARCH_X86),y)
  20. ARCH = x86
  21. --
  22. 1.9.1