fix msposd make output

pull/1578/head
Henk Wiedig 2024-10-13 13:21:34 +02:00
parent 465dfc68ef
commit 6c0da02e56
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