diff options
Diffstat (limited to 'arch/um/drivers/Makefile')
-rw-r--r-- | arch/um/drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/drivers/Makefile b/arch/um/drivers/Makefile index d283e7b022a0..1d9b6ae967b0 100644 --- a/arch/um/drivers/Makefile +++ b/arch/um/drivers/Makefile | |||
@@ -62,5 +62,6 @@ obj-$(CONFIG_UML_RANDOM) += random.o | |||
62 | 62 | ||
63 | # pcap_user.o must be added explicitly. | 63 | # pcap_user.o must be added explicitly. |
64 | USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o | 64 | USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o |
65 | CFLAGS_null.o = -DDEV_NULL=$(DEV_NULL_PATH) | ||
65 | 66 | ||
66 | include arch/um/scripts/Makefile.rules | 67 | include arch/um/scripts/Makefile.rules |