mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 19:54:55 +08:00
ifeq ($(CONFIG_MM_SHM),y) CSRCS += shmat.c shmctl.c shmdt.c shmget.c DEPPATH += --dep-path shm VPATH += :shm endif Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>