]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/misc/ibmasm/Makefile
Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache into...
[karo-tx-linux.git] / drivers / misc / ibmasm / Makefile
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