drivers/misc/devmem: add dev_mem.c into cmake build
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
11af0e476f
commit
68d6b18f9a
|
@ -31,6 +31,10 @@ if(CONFIG_DEV_ZERO)
|
|||
list(APPEND SRCS dev_zero.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_DEV_MEM)
|
||||
list(APPEND SRCS dev_mem.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_DEV_ASCII)
|
||||
list(APPEND SRCS dev_ascii.c)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue