blob: a2e85e3beb880418cee3f10b80df3ebe338bac95 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
#
# Tom Rini January 2001
#
lib-y := string.o util.o misc-common.o \
serial_stub.o bootinfo.o
lib-$(CONFIG_SERIAL_8250_CONSOLE) += ns16550.o
|