- Timestamp:
- 07/20/2017 04:15:24 PM (7 years ago)
- Branches:
- master
- Children:
- cd1d0db
- Parents:
- 7913d06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r7913d06 r0acb7d0 25 25 HEADERS := $(wildcard include/*.h) 26 26 27 all: bios. imgmidas.abs27 all: bios.abs midas.abs 28 28 29 29 PROLOG_C := croot.c … … 166 166 build/%.o: rom/%.s $(HEADERS) | build 167 167 $(CROSS_GCC) $(FLAGS_ASM) -c -o $@ $< 168 169 bios.abs: bios.elf bios.img 170 misc/mkhd.sh $(CROSS_NM) bios.elf >/tmp/bios.hdr 171 cat /tmp/bios.hdr bios.img >bios.abs 172 rm /tmp/bios.hdr 168 173 169 174 bios.img: bios.elf
Note:
See TracChangeset
for help on using the changeset viewer.