Skip to content

Commit

Permalink
more fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Nov 27, 2016
1 parent 99e466f commit 7b7e832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hw/mb/intel/piix3/common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ $(HW_MB_INTEL_PIIX3_LIB): $(OBJS)
.C.OBJ:
%write tmp.cmd $(CFLAGS_THIS) $(CFLAGS) $[@
@$(CC) @tmp.cmd
!ifdef TINYMODE
$(OMFSEGDG) -i $@ -o $@
!endif

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

lib: $(HW_MB_INTEL_PIIX3_LIB) .symbolic

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

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

lib: $(HW_USB_OHCI_LIB) .symbolic

Expand Down

0 comments on commit 7b7e832

Please sign in to comment.