Skip to content

Commit

Permalink
use msposd HEAD again (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig authored Nov 14, 2024
1 parent 52f7edb commit 97d3511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/package/msposd/msposd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################

MSPOSD_SITE = $(call github,openipc,msposd,$(MSPOSD_VERSION))
MSPOSD_VERSION = 2298981b32dce8cc92b5198703117cd515c30fca
MSPOSD_VERSION = HEAD

ifeq ($(OPENIPC_SOC_FAMILY),gk7205v200)
MSPOSD_FAMILY = goke
Expand All @@ -22,7 +22,7 @@ else
endif

define MSPOSD_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) DRV=$(MSPOSD_OSDRV)/files/lib $(MSPOSD_FAMILY) OUTPUT=$(@D) -C $(@D)
$(MAKE) CC=$(TARGET_CC) TOOLCHAIN=$(STAGING_DIR) DRV=$(MSPOSD_OSDRV)files/lib $(MSPOSD_FAMILY) OUTPUT=$(@D)/msposd -C $(@D)
endef

define MSPOSD_INSTALL_TARGET_CMDS
Expand Down

0 comments on commit 97d3511

Please sign in to comment.