Skip to content

Commit

Permalink
software: shell from original BIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 7, 2012
1 parent ef0667d commit 73fce59
Show file tree
Hide file tree
Showing 8 changed files with 474 additions and 33 deletions.
3 changes: 2 additions & 1 deletion software/bios/Makefile
Expand Up @@ -18,11 +18,12 @@ bios.elf: linker.ld $(OBJECTS) libs
bios-rescue.elf: linker-rescue.ld $(OBJECTS) libs

%.elf:
$(LD) $(LDFLAGS) -T $< -N -o $@ $(OBJECTS) -L$(M2DIR)/software/libbase -lbase
$(LD) $(LDFLAGS) -T $< -N -o $@ $(OBJECTS) -L$(M2DIR)/software/libbase -L$(M2DIR)/software/libextra -lbase -lextra
chmod -x $@

libs:
make -C $(M2DIR)/software/libbase
make -C $(M2DIR)/software/libextra

.PHONY: clean libs

Expand Down

0 comments on commit 73fce59

Please sign in to comment.