patch-CMakeLists_txt 612 B

12345678910111213141516
  1. --- bcm28xx-utils-e65f5ec102e74218cda7da9fdc8b1caa0fd1127d.orig/CMakeLists.txt 2024-01-23 03:17:28.000000000 +0100
  2. +++ bcm28xx-utils-e65f5ec102e74218cda7da9fdc8b1caa0fd1127d/CMakeLists.txt 2024-01-23 03:21:39.257325745 +0100
  3. @@ -3,13 +3,10 @@ cmake_minimum_required(VERSION 3.1...3.2
  4. project(utils)
  5. # List of subsidiary CMakeLists
  6. -add_subdirectory(dtmerge)
  7. add_subdirectory(eeptools)
  8. add_subdirectory(otpset)
  9. add_subdirectory(overlaycheck)
  10. add_subdirectory(ovmerge)
  11. -add_subdirectory(pinctrl)
  12. add_subdirectory(raspinfo)
  13. add_subdirectory(vcgencmd)
  14. add_subdirectory(vclog)
  15. -add_subdirectory(vcmailbox)