wangchdo commented on code in PR #3333: URL: https://github.com/apache/nuttx-apps/pull/3333#discussion_r2698679134
########## testing/drivers/nand_sim/CMakeLists.txt: ########## @@ -20,7 +20,7 @@ # # ############################################################################## -if(CONFIG_TESTING_NAND_SIM) +if(CONFIG_TESTING_NAND_SIM AND CONFIG_ENABLE_ALL_SIGNALS) Review Comment: Done ########## system/sensortest/Make.defs: ########## @@ -21,5 +21,7 @@ ############################################################################ ifneq ($(CONFIG_SYSTEM_SENSORTEST),) +ifneq ($(CONFIG_ENABLE_ALL_SIGNALS),) Review Comment: Done ########## examples/zerocross/Make.defs: ########## @@ -21,5 +21,7 @@ ############################################################################ ifneq ($(CONFIG_EXAMPLES_ZEROCROSS),) +ifneq ($(CONFIG_ENABLE_ALL_SIGNALS),) Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
