Skip to content

Commit

Permalink
make sure all know to build omfsegdg first
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Nov 27, 2016
1 parent 0e59b9a commit 99e466f
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion hw/8042/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(HW_8042_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_8042_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/8237/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(HW_8237_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_8237_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/8250/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(HW_8250PNP_LIB): $(OBJSPNP)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_8250_LIB) $(HW_8250PNP_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/8254/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(HW_8254_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_8254_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/8259/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(HW_8259_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_8259_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/acpi/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(HW_ACPI_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_ACPI_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/adlib/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(HW_ADLIB_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_ADLIB_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/apm/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(HW_APM_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
@$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_APM_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/biosdisk/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $(HW_BIOSDISK_LIB): $(OBJS)
.ASM.OBJ:
nasm -o $@ -f obj $(NASMFLAGS) $[@

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_BIOSDISK_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/dos/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $(SUBDIR)$(HPS)dosntast.obj: dosntast.c
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

exe: $(TESTSMRT_EXE) $(NTASTRM_EXE) $(TEST_EXE) $(CR3_EXE) $(TESTBEXT_EXE) $(TSTHIMEM_EXE) $(TESTEMM_EXE) $(TSTBIOM_EXE) $(LOL_EXE) $(TSTLP_EXE) $(TESTDPMI_EXE) $(CLSGEXM1_DLM) $(CLSGEXT1_EXE) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/dosboxid/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(HW_DOSBOXID_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS_CON) $[@
@$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_DOSBOXID_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/flatreal/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(HW_FLATREAL_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_FLATREAL_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/floppy/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(HW_FLOPPY_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_FLOPPY_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/ide/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(HW_IDE_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_IDE_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/isapnp/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(HW_ISAPNP_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_ISAPNP_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/joystick/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(HW_JOYSTICK_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
@$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_JOYSTICK_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/llmem/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(HW_LLMEM_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_LLMEM_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/mpu401/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(HW_MPU401_LIB): $(OBJS)
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
@$(CC) @tmp.cmd

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_MPU401_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/necpc98/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(HW_NECPC98_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_NECPC98_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/parport/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(HW_PARPNP_LIB): $(OBJSPNP)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_PARPORT_LIB) $(HW_PARPNP_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/pci/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(HW_PCI_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_PCI_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/pcie/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(HW_PCIE_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_PCIE_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/rtc/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(HW_RTC_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_RTC_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/smbios/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(HW_SMBIOS_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_SMBIOS_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/sndsb/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $(HW_SNDSBPNP_LIB): $(OBJSPNP)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_SNDSB_LIB) $(HW_SNDSBPNP_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/ultrasnd/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(HW_ULTRASND_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_ULTRASND_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/vesa/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(HW_VESA_LIB): $(OBJS)
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_VESA_LIB) .symbolic

Expand Down
2 changes: 1 addition & 1 deletion hw/vga/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $(SUBDIR)$(HPS)vga240.obj: vga240.c
$(OMFSEGDG) -i $@ -o $@
!endif

all: lib exe
all: $(OMFSEGDG) lib exe

lib: $(HW_VGA_LIB) $(HW_VGATTY_LIB) $(HW_VGAGUI_LIB) $(HW_VGAGFX_LIB) .symbolic

Expand Down

0 comments on commit 99e466f

Please sign in to comment.