mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[sw/image_gen] renamed *.cpp -> *.c
This commit is contained in:
parent
ac41ecf071
commit
522bd3cef8
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue