From 6feb928883e045d3ad71d027e012e2bf50bee130 Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Tue, 17 Dec 2024 18:16:31 -0600 Subject: [PATCH] fix: readd copying ps2dev_iop.cmake --- samples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Makefile b/samples/Makefile index 0eb70038c58..8692532cdf4 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -29,6 +29,7 @@ release-samples: cp -f Makefile.eeglobal_cpp_sample $(SAMPLES_TARGET)/Makefile.eeglobal_cpp cp -f Makefile.iopglobal_sample $(SAMPLES_TARGET)/Makefile.iopglobal cp -f ps2dev.cmake $(SHARE_TARGET)/ps2dev.cmake + cp -f ps2dev_iop.cmake $(SHARE_TARGET)/ps2dev_iop.cmake cp -f pkg-config.in $(BIN_TARGET)/$(EE_TOOL_PREFIX)pkg-config chmod 755 $(BIN_TARGET)/$(EE_TOOL_PREFIX)pkg-config