Skip to content

Commit

Permalink
i'm silly :p
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Aug 5, 2024
1 parent 9da174b commit a6871ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/RVL_SDK/src/revolution/hbm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(HBM_FILES): INCLUDES += -i libs/RVL_SDK/src/revolution/hbm/include/
$(HBM_FILES): MWCC_VERSION := 1.0a

#HBM doesn't use the small data sections
$(HBM_FILES): CFLAGS += -sdata 0 -sdata2 0
$(HBM_FILES): CFLAGS += -sdata 0 -sdata2 0 -RTTI on

$(BUILD_DIR)/libs/RVL_SDK/src/revolution/hbm/homebuttonLib.a: $(HBM_FILES)
@echo Linking... $@
Expand Down

0 comments on commit a6871ee

Please sign in to comment.