Advertisement
uaa

Makefile diff for OpenGD77-R2022022801/21-Mar-2022 source

uaa
Apr 5th, 2022
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. --- OpenGD77.220228/firmware/Makefile 2022-03-13 09:49:08.698936228 +0900
  2. +++ OpenGD77.220321/firmware/Makefile 2022-04-05 21:24:19.940143762 +0900
  3. @@ -86,7 +86,7 @@
  4. $(wildcard ../usb/device/source/khci/*.c) \
  5. $(wildcard ../usb/device/source/lpcip3511/*.c) \
  6. $(wildcard ../usb/phy/*.c) \
  7. - ../osa/usb_osa_freertos.c
  8. + ../lists/fsl_component_generic_list.c
  9.  
  10. ##
  11. ## List here additional static libraries with relative path
  12. @@ -105,6 +105,7 @@
  13. -I../include/io \
  14. -I../include/usb \
  15. -I../osa \
  16. + -I../lists
  17.  
  18. ##
  19. ## List here additional defines
  20. @@ -163,7 +164,6 @@
  21. -I../amazon-freertos/FreeRTOS/portable
  22.  
  23. OS_SRC := $(wildcard ../amazon-freertos/FreeRTOS/*.c) \
  24. - ../amazon-freertos/FreeRTOS/portable/fsl_tickless_systick.c \
  25. ../amazon-freertos/FreeRTOS/portable/heap_4.c \
  26. ../amazon-freertos/FreeRTOS/portable/port.c
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement