diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-12 17:08:59 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 23:31:21 +0400 |
commit | 894593afbe3228872812763166e49484126c049f (patch) | |
tree | 1e4d3367b0c0cc760b068faf15c09cfaa56dd701 /chardev/Makefile.objs | |
parent | a6da7ffa38f7715f863b4e926dd2cce6b5ce4acd (diff) |
char: move fd chardev in its own file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'chardev/Makefile.objs')
-rw-r--r-- | chardev/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs index 5f5d3716ac..d2f03dc5df 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -1,4 +1,5 @@ chardev-obj-y += char.o +chardev-obj-$(CONFIG_POSIX) += char-fd.o chardev-obj-y += char-io.o chardev-obj-y += char-mux.o chardev-obj-y += char-null.o |