Changeset 0acb7d0 in buchla-68k for Makefile


Ignore:
Timestamp:
07/20/2017 04:15:24 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
cd1d0db
Parents:
7913d06
Message:

Generate bios.abs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7913d06 r0acb7d0  
    2525HEADERS :=              $(wildcard include/*.h)
    2626
    27 all:                    bios.img midas.abs
     27all:                    bios.abs midas.abs
    2828
    2929PROLOG_C :=             croot.c
     
    166166build/%.o:              rom/%.s $(HEADERS) | build
    167167                                $(CROSS_GCC) $(FLAGS_ASM) -c -o $@ $<
     168
     169bios.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
    168173
    169174bios.img:               bios.elf
Note: See TracChangeset for help on using the changeset viewer.