06-br-build-system-integration.patch 736 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. Makefile | 11 ++++++++++-
  3. 1 file changed, 10 insertions(+), 1 deletion(-)
  4. Index: config.new/Makefile
  5. ===================================================================
  6. --- config.new.orig/Makefile
  7. +++ config.new/Makefile
  8. @@ -181,14 +181,23 @@
  9. ifeq ($(MAKECMDGOALS),menuconfig)
  10. hostprogs-y += mconf
  11. endif
  12. +ifeq ($(findstring mconf,$(MAKECMDGOALS)),mconf)
  13. + hostprogs-y += mconf
  14. +endif
  15. ifeq ($(MAKECMDGOALS),xconfig)
  16. qconf-target := 1
  17. endif
  18. +ifeq ($(findstring qconf,$(MAKECMDGOALS)),qconf)
  19. + qconf-target := 1
  20. +endif
  21. +
  22. ifeq ($(MAKECMDGOALS),gconfig)
  23. gconf-target := 1
  24. endif
  25. -
  26. +ifeq ($(findstring gconf,$(MAKECMDGOALS)),gconf)
  27. + gconf-target := 1
  28. +endif
  29. ifeq ($(qconf-target),1)
  30. qconf-cxxobjs := qconf.o