diff options
| author | Paolo Bonzini | 2012-05-29 10:55:47 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2012-06-07 07:19:23 +0200 |
| commit | 9cdc8df314bddc95125e87039b0f2df3fc5fa866 (patch) | |
| tree | 6c3140736176acd4ab66e21c63d42322c1d6175d /target-alpha | |
| parent | build: move obj-TARGET-y variables to nested Makefile.objs (diff) | |
| download | qemu-9cdc8df314bddc95125e87039b0f2df3fc5fa866.tar.gz qemu-9cdc8df314bddc95125e87039b0f2df3fc5fa866.tar.xz qemu-9cdc8df314bddc95125e87039b0f2df3fc5fa866.zip | |
build: move libobj-y variable to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-alpha')
| -rw-r--r-- | target-alpha/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-alpha/Makefile.objs b/target-alpha/Makefile.objs index c574c9ea7d..9a7287072a 100644 --- a/target-alpha/Makefile.objs +++ b/target-alpha/Makefile.objs @@ -1 +1,2 @@ -# still empty +obj-y += helper.o cpu.o +obj-y += int_helper.o fpu_helper.o sys_helper.o mem_helper.o |
