diff options
Diffstat (limited to 'drivers/bios_emulator/Makefile')
| -rw-r--r-- | drivers/bios_emulator/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile index feba4da75..d94a14429 100644 --- a/drivers/bios_emulator/Makefile +++ b/drivers/bios_emulator/Makefile @@ -1,6 +1,6 @@  include $(TOPDIR)/config.mk -LIB := $(obj)libatibiosemu.a +LIB := $(obj)libatibiosemu.o  X86DIR  = x86emu @@ -28,7 +28,7 @@ CPPFLAGS += $(EXTRA_CFLAGS)  all:	$(LIB)  $(LIB): $(obj).depend $(OBJS) -	$(AR) $(ARFLAGS) $@ $(OBJS) +	$(call cmd_link_o_target, $(OBJS))  ######################################################################### |