mirror of
https://github.com/apache/nuttx.git
synced 2025-05-08 22:32:04 +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>