diff options
Diffstat (limited to 'drivers/misc/ibmasm/Makefile')
-rw-r--r-- | drivers/misc/ibmasm/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/misc/ibmasm/Makefile b/drivers/misc/ibmasm/Makefile new file mode 100644 index 000000000000..9e63ade5ffd6 --- /dev/null +++ b/drivers/misc/ibmasm/Makefile | |||
@@ -0,0 +1,15 @@ | |||
1 | |||
2 | obj-$(CONFIG_IBM_ASM) := ibmasm.o | ||
3 | |||
4 | ibmasm-y := module.o \ | ||
5 | ibmasmfs.o \ | ||
6 | event.o \ | ||
7 | command.o \ | ||
8 | remote.o \ | ||
9 | heartbeat.o \ | ||
10 | r_heartbeat.o \ | ||
11 | dot_command.o \ | ||
12 | lowlevel.o | ||
13 | |||
14 | ibmasm-$(CONFIG_SERIAL_8250) += uart.o | ||
15 | |||