You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/08/15 07:41:52 UTC

[incubator-nuttx] branch master updated: arch/sim: Remove up_smpsignal.o and up_touchscreen.o from REQUIREDOBJS

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new a02101efff arch/sim: Remove up_smpsignal.o and up_touchscreen.o from REQUIREDOBJS
a02101efff is described below

commit a02101efff9b6cf0f0e18ab5d4db36052fcaf3db
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Aug 14 16:25:17 2022 +0800

    arch/sim: Remove up_smpsignal.o and up_touchscreen.o from REQUIREDOBJS
    
    since it isn't required anymore
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/sim/src/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile
index 4f0ad875de..b354838d55 100644
--- a/arch/sim/src/Makefile
+++ b/arch/sim/src/Makefile
@@ -109,7 +109,6 @@ endif
 
 ifeq ($(CONFIG_SMP),y)
   CSRCS += up_smpsignal.c up_cpuidlestack.c
-  REQUIREDOBJS += up_smpsignal$(OBJEXT)
   HOSTSRCS += up_simsmp.c
 endif
 
@@ -132,7 +131,6 @@ ifeq ($(CONFIG_SIM_X11FB),y)
   STDLIBS += -lX11 -lXext
 ifeq ($(CONFIG_SIM_TOUCHSCREEN),y)
   CSRCS += up_touchscreen.c
-  REQUIREDOBJS += up_touchscreen$(OBJEXT)
   HOSTSRCS += up_x11eventloop.c
 else ifeq ($(CONFIG_SIM_AJOYSTICK),y)
   CSRCS += up_ajoystick.c