[sw/image_gen] renamed *.cpp -> *.c

This commit is contained in:
stnolting 2021-08-16 18:29:29 +02:00
parent ac41ecf071
commit 522bd3cef8
3 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ target bootloader: CC_OPTS += -Wl,--defsym=make_bootloader=1 -Dmake_bootloader
# Image generator targets
# -----------------------------------------------------------------------------
# install/compile tools
$(IMAGE_GEN): $(NEORV32_EXG_PATH)/image_gen.cpp
$(IMAGE_GEN): $(NEORV32_EXG_PATH)/image_gen.c
@echo Compiling $(IMAGE_GEN)
@$(CC_X86) $< -o $(IMAGE_GEN)

View file

@ -145,7 +145,7 @@ target bootloader: CC_OPTS += -Wl,--defsym=make_bootloader=1 -Dmake_bootloader
# Image generator targets
# -----------------------------------------------------------------------------
# install/compile tools
$(IMAGE_GEN): $(NEORV32_EXG_PATH)/image_gen.cpp
$(IMAGE_GEN): $(NEORV32_EXG_PATH)/image_gen.c
@echo Compiling $(IMAGE_GEN)
@$(CC_X86) $< -o $(IMAGE_GEN)