mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Move signal-related files from sched/ to sched/signal
This commit is contained in:
@@ -44,7 +44,7 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
|
||||
MQUEUE_SRCS += mq_waitirq.c mq_notify.c
|
||||
endif
|
||||
|
||||
# Include mq build support
|
||||
# Include mqueue build support
|
||||
|
||||
DEPPATH += --dep-path mqueue
|
||||
VPATH += :mqueue
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include <nuttx/kmalloc.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sig_internal.h"
|
||||
#include "signal/signal.h"
|
||||
|
||||
#include "mqueue/mqueue.h"
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#include "os_internal.h"
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
# include "sig_internal.h"
|
||||
# include "signal/signal.h"
|
||||
#endif
|
||||
#include "mqueue/mqueue.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user