URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [orpmon/] [Makefile] - Diff between revs 1030 and 1312
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1030 |
Rev 1312 |
Line 1... |
Line 1... |
ifndef CROSS_COMPILE
|
ifndef CROSS_COMPILE
|
CROSS_COMPILE = or32-uclinux-
|
CROSS_COMPILE = /opt/or32-uclinux/bin/or32-uclinux-
|
endif
|
endif
|
|
|
export CROSS_COMPILE
|
export CROSS_COMPILE
|
|
|
#########################################################################
|
#########################################################################
|
Line 16... |
Line 16... |
|
|
LIBS = common/common_o.o cmds/cmds.o services/services.o drivers/drivers.o
|
LIBS = common/common_o.o cmds/cmds.o services/services.o drivers/drivers.o
|
|
|
#########################################################################
|
#########################################################################
|
|
|
all: orpmon.or32 orpmon-flash.or32
|
|
|
all: build.h orpmon.or32 orpmon-flash.or32
|
|
|
|
build.h:
|
|
echo "#define BUILD_VERSION \"`date`\"" > $(TOPDIR)/include/build.h
|
|
|
docs: Makefile
|
docs: Makefile
|
$(MAKE) -C doc docs || exit 1
|
$(MAKE) -C doc docs || exit 1
|
|
|
reset.o: reset.S Makefile
|
reset.o: reset.S Makefile
|
Line 72... |
Line 76... |
\( -name .depend -o -name '*.srec' -o -name '*.bin' \
|
\( -name .depend -o -name '*.srec' -o -name '*.bin' \
|
-o -name '*.pdf' \) \
|
-o -name '*.pdf' \) \
|
-print | xargs rm -f
|
-print | xargs rm -f
|
rm -f $(OBJS) *.bak tags TAGS
|
rm -f $(OBJS) *.bak tags TAGS
|
rm -fr *.*~
|
rm -fr *.*~
|
|
rm -f gencrc
|
#########################################################################
|
#########################################################################
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.