From 4d3053a3c68e25b813db65394ca3e6d32dbc50a7 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 20 Jan 2010 00:36:57 +0530 Subject: Move virtio-serial to Makefile.objs There's nothing target-dependent in the virtio-serial code so allow it to be compiled just once for all the targets. Signed-off-by: Amit Shah Signed-off-by: Anthony Liguori --- Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 5802d3987f..77ff7f6b07 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -127,7 +127,7 @@ user-obj-y += cutils.o cache-utils.o hw-obj-y = hw-obj-y += loader.o -hw-obj-y += virtio.o +hw-obj-y += virtio.o virtio-serial.o hw-obj-y += fw_cfg.o hw-obj-y += watchdog.o hw-obj-$(CONFIG_ECC) += ecc.o -- cgit v1.2.1