drivers/misc/ibmasm/Makefile:

=====
obj-$(CONFIG_IBM_ASM) := ibmasm.o

ibmasm-y :=     module.o      \
                ibmasmfs.o    \
                event.o       \
                command.o     \
                remote.o      \
                heartbeat.o   \
                r_heartbeat.o \
                dot_command.o \
                lowlevel.o

ibmasm-$(CONFIG_SERIAL_8250) += uart.o
=====

  SERIAL_8250 is defined as tristate in drivers/char/Kconfig, which
means it's possible to select it as modular, which would mean it won't
be incorporated into the above, isn't that correct?

rday
--

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to