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
803 B

3 years ago
  1. #
  2. # "main" pseudo-component makefile.
  3. #
  4. # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
  5. SCREEN_DIR = controller_driver/ili9341 \
  6. controller_driver/st7789 \
  7. controller_driver/st7796 \
  8. controller_driver/nt35510 \
  9. controller_driver/ili9806 \
  10. controller_driver/ili9486 \
  11. controller_driver/ili9488 \
  12. controller_driver/ssd1351 \
  13. controller_driver/rm68120 \
  14. controller_driver/ssd1306 \
  15. controller_driver/ssd1307 \
  16. controller_driver/ssd1322 \
  17. controller_driver/ssd1963
  18. COMPONENT_ADD_INCLUDEDIRS := . iface_driver $(SCREEN_DIR) screen_utility
  19. COMPONENT_SRCDIRS := . iface_driver $(SCREEN_DIR) screen_utility