OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

[/] [System09/] [branches/] [mkfiles_rev1/] [src/] [boot/] [Makefile] - Blame information for rev 46

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 46 davidgb
#-----------------------------------------------------------------
2
# File:    Makefile
3
# Author:  David Burnette
4
# Date:    April 7, 2008
5
#
6
# Description:
7
#  This makefile generates the S19 record file .S19 from the
8
#  assembler source.
9
#
10
#  This particular makefile handles generating FLEX bootstrap loader
11
#
12
# Usage:
13
#  The targets generated by this makefile are:
14
#
15
#    make                     - makes all
16
#    make all                 - makes all
17
#    make bootcf8.S19         - CompactFlash bootstrap loader
18
#
19
# Target Descriptions:
20
#  The first file listed is the source file passed to assembler.
21
#  Remaining files are the dependencies. The option variables
22
#  ADDRS, ENTITY and TOP_RAM are used by the s19tovhd utility
23
#  to generate the VHDL file.
24
#
25
# Dependencies:
26
#  This makefile depends on def_rules.mk and the top-level
27
#  ram model file mon_rom_vhd.
28
#
29
# Revision History:
30
#   dgb 2008-04-07   Original version
31
#
32
#-----------------------------------------------------------------
33
 
34
ifeq "$(MKFRAGS)" ""
35
MKFRAGS := ../../mkfiles
36
endif
37
 
38
include $(MKFRAGS)/def_rules.mk
39
 
40
all: bootcf8.S19
41
 
42
bootcf8.S19: bootcf8.asm
43
 
44
.PHONY: clean
45
clean:
46
        -$(RM) *.S19
47
        -$(RM) *.lst

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.