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

Subversion Repositories layer2

[/] [layer2/] [trunk/] [sw/] [void/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 idiolatrie
include ../common/Makefile
2
 
3
OBJ = flash.o stdlib.o stdio.o ui.o main.o
4
 
5
standalone : boot.o $(OBJ)
6
        $(LD) boot.o $(OBJ) -o void.axf
7
        $(OPC) void.axf void.bin
8
        $(MEM) void.bin $(BIN_DIR)
9
 
10
void.bin : start.o $(OBJ)
11
        $(LD2) start.o $(OBJ) -o void.axf
12
        $(OPC) void.axf void.bin
13
 
14
upload : void.bin
15
        $(LOAD) void.bin
16
 
17
details : void.axf $(OBJ)
18
        -@$(DMP) void.axf > void.lst
19
        -@$(DMP) ui.o > ui.lst
20
        -@$(DMP) stdlib.o > stdlib.lst
21
        -@$(DMP) stdio.o > stdio.lst
22
        -@$(DMP) main.o > main.lst
23
        -@$(DMP) flash.o > flash.lst

powered by: WebSVN 2.1.0

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