/firmware/zpu/lib/CMakeLists.txt

https://github.com/GREO/uhd · CMake · 47 lines · 29 code · 1 blank · 17 comment · 0 complexity · a1aa0832aac6621fa2f903343ee455c8 MD5 · raw file

  1. #
  2. # Copyright 2010 Ettus Research LLC
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. #
  17. ########################################################################
  18. SET(COMMON_SRCS
  19. ${CMAKE_SOURCE_DIR}/lib/u2_init.c
  20. ${CMAKE_SOURCE_DIR}/lib/abort.c
  21. ${CMAKE_SOURCE_DIR}/lib/ad9510.c
  22. ${CMAKE_SOURCE_DIR}/lib/clocks.c
  23. ${CMAKE_SOURCE_DIR}/lib/eeprom.c
  24. ${CMAKE_SOURCE_DIR}/lib/eth_addrs.c
  25. ${CMAKE_SOURCE_DIR}/lib/eth_mac.c
  26. ${CMAKE_SOURCE_DIR}/lib/_exit.c
  27. ${CMAKE_SOURCE_DIR}/lib/exit.c
  28. ${CMAKE_SOURCE_DIR}/lib/hal_io.c
  29. ${CMAKE_SOURCE_DIR}/lib/hal_uart.c
  30. ${CMAKE_SOURCE_DIR}/lib/i2c.c
  31. ${CMAKE_SOURCE_DIR}/lib/mdelay.c
  32. ${CMAKE_SOURCE_DIR}/lib/memcpy_wa.c
  33. ${CMAKE_SOURCE_DIR}/lib/memset_wa.c
  34. ${CMAKE_SOURCE_DIR}/lib/nonstdio.c
  35. ${CMAKE_SOURCE_DIR}/lib/pic.c
  36. ${CMAKE_SOURCE_DIR}/lib/pkt_ctrl.c
  37. ${CMAKE_SOURCE_DIR}/lib/print_addrs.c
  38. ${CMAKE_SOURCE_DIR}/lib/print_rmon_regs.c
  39. ${CMAKE_SOURCE_DIR}/lib/print_buffer.c
  40. ${CMAKE_SOURCE_DIR}/lib/printf.c
  41. ${CMAKE_SOURCE_DIR}/lib/ihex.c
  42. ${CMAKE_SOURCE_DIR}/lib/spi.c
  43. ${CMAKE_SOURCE_DIR}/lib/net_common.c
  44. ${CMAKE_SOURCE_DIR}/lib/arp_cache.c
  45. ${CMAKE_SOURCE_DIR}/lib/banal.c
  46. )