Commit e11b1dce8fd14288d8e393930eb92abde2e1f151
Committed by
Anthony Liguori
1 parent
78892528
Rename USER_OBJS to user-obj-y
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Makefile
| @@ -236,10 +236,10 @@ bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS) | @@ -236,10 +236,10 @@ bt-host.o: CFLAGS += $(CONFIG_BLUEZ_CFLAGS) | ||
| 236 | libqemu_common.a: $(OBJS) | 236 | libqemu_common.a: $(OBJS) |
| 237 | 237 | ||
| 238 | ####################################################################### | 238 | ####################################################################### |
| 239 | -# USER_OBJS is code used by qemu userspace emulation | ||
| 240 | -USER_OBJS=cutils.o cache-utils.o | 239 | +# user-obj-y is code used by qemu userspace emulation |
| 240 | +user-obj-y = cutils.o cache-utils.o | ||
| 241 | 241 | ||
| 242 | -libqemu_user.a: $(USER_OBJS) | 242 | +libqemu_user.a: $(user-obj-y) |
| 243 | 243 | ||
| 244 | ###################################################################### | 244 | ###################################################################### |
| 245 | 245 |