Skip to content

Commit

Permalink
drivers/misc/devmem: add dev_mem.c into cmake build
Browse files Browse the repository at this point in the history
Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao committed Oct 15, 2024
1 parent 75daaab commit f9c56ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/misc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f9c56ce

Please sign in to comment.