diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-15 07:51:59 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-15 07:51:59 +0000 |
commit | 370220865b8f3451a5d2caac8f38b3fd08818bf8 (patch) | |
tree | 74c39fb24338eb2bdc7e3627c4d57104f3d90b02 /Makefile | |
parent | 0bf5e443bdf13a42824b3a65ed92f0a8540fc0bf (diff) | |
download | hqemu-370220865b8f3451a5d2caac8f38b3fd08818bf8.zip hqemu-370220865b8f3451a5d2caac8f38b3fd08818bf8.tar.gz |
user: compile path.c only once
Also merge bsd-user/path.c and linux-user/path.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ libqemu_common.a: $(obj-y) ####################################################################### # user-obj-y is code used by qemu userspace emulation -user-obj-y = cutils.o cache-utils.o +user-obj-y = cutils.o cache-utils.o path.o libqemu_user.a: $(user-obj-y) |