Skip to content

Commit c6d3163

Browse files
committed
remove comment about something the Makefile does now
1 parent db065a2 commit c6d3163

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ports/raspberrypi/Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,6 @@ $(BUILD)/cyw43_resource.o: lib/cyw43-driver/firmware/$(CYW43_FIRMWARE_BIN)
110110
--redefine-sym _binary_lib_cyw43_driver_firmware_43439A0_7_95_49_00_combined_end=fw_43439A0_7_95_49_00_end \
111111
$< $@
112112
OBJ_CYW43 := $(BUILD)/cyw43_resource.o
113-
# need to do the equivalent of this in cmake
114-
### # cyw43_resource.o contains the WiFi and BT firmware as a binary blob
115-
### add_custom_command(
116-
### OUTPUT ${CYW43_FIRMWARE_OBJ}
117-
### DEPENDS ${PICO_CYW43_DRIVER_PATH}/firmware/${CYW43_FIRMWARE_BIN}
118-
### WORKING_DIRECTORY ${PICO_CYW43_DRIVER_PATH}/firmware
119-
### COMMAND ${CMAKE_OBJCOPY} -I binary -O elf32-littlearm -B arm
120-
### --readonly-text
121-
### --rename-section .data=${RESOURCE_SECNAME},${RESOURCE_SECFLAGS}
122-
### --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_start=${CYW43_FIRMWARE_PRETTY}_start
123-
### --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_end=${CYW43_FIRMWARE_PRETTY}_end
124-
### --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_size=${CYW43_FIRMWARE_PRETTY}_size
125-
### ${CYW43_FIRMWARE_BIN} ${CYW43_FIRMWARE_OBJ}
126-
### )
127-
###
128113
else
129114
INC_CYW43 :=
130115
CFLAGS_CYW43 :=

0 commit comments

Comments
 (0)