Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- OpenGD77.220228/firmware/Makefile 2022-03-13 09:49:08.698936228 +0900
- +++ OpenGD77.220321/firmware/Makefile 2022-04-05 21:24:19.940143762 +0900
- @@ -86,7 +86,7 @@
- $(wildcard ../usb/device/source/khci/*.c) \
- $(wildcard ../usb/device/source/lpcip3511/*.c) \
- $(wildcard ../usb/phy/*.c) \
- - ../osa/usb_osa_freertos.c
- + ../lists/fsl_component_generic_list.c
- ##
- ## List here additional static libraries with relative path
- @@ -105,6 +105,7 @@
- -I../include/io \
- -I../include/usb \
- -I../osa \
- + -I../lists
- ##
- ## List here additional defines
- @@ -163,7 +164,6 @@
- -I../amazon-freertos/FreeRTOS/portable
- OS_SRC := $(wildcard ../amazon-freertos/FreeRTOS/*.c) \
- - ../amazon-freertos/FreeRTOS/portable/fsl_tickless_systick.c \
- ../amazon-freertos/FreeRTOS/portable/heap_4.c \
- ../amazon-freertos/FreeRTOS/portable/port.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement