9
0
Fork 0

qemu-malta: rename serial.c to init.c

as the garbage collector will remove the empty function and the
add_ns16550_device is a empty inline if the driver is not enabled.

This will simplify add device adding.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-04-30 13:58:05 +08:00
parent 7136dab1f2
commit fcd65ca321
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
obj-$(CONFIG_DRIVER_SERIAL_NS16550) += serial.o
obj-y += init.o