fix msposd make output (#1578)

pull/1580/head
henkwiedig 2024-10-13 18:44:10 +02:00 committed by GitHub
parent 465dfc68ef
commit 1b89fe0827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ else
endif
define MSPOSD_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) DRV=$(MSPOSD_OSDRV)/files/lib $(MSPOSD_FAMILY) -C $(@D)
$(MAKE) CC=$(TARGET_CC) DRV=$(MSPOSD_OSDRV)/files/lib $(MSPOSD_FAMILY) OUTPUT=$(@D) -C $(@D)
endef
define MSPOSD_INSTALL_TARGET_CMDS