URL
https://opencores.org/ocsvn/System09/System09/trunk
Subversion Repositories System09
Compare Revisions
- This comparison shows the changes necessary to convert path
/System09/trunk/mkfiles
- from Rev 73 to Rev 72
- ↔ Reverse comparison
Rev 73 → Rev 72
/def_cmds.mk
36,17 → 36,9
RMDIR := rm -rf |
MKDIR := mkdir |
|
# Define default application extension |
MY_OS := $(shell uname -s) |
ifeq "$(findstring CYGWIN_NT,$(MY_OS))" "CYGWIN_NT" |
EXE_EXT := .exe |
else |
EXE_EXT := |
endif |
|
# 6809 Assembler |
ASM := ../../Tools/as09/as09$(EXE_EXT) |
ASM := ../../Tools/as09/AS09.exe |
|
# Generate Xilinx block ram initialized with ROM contents |
s19tovhd := ../../Tools/s19tovhd/S19toVHD$(EXE_EXT) |
s19tovhd := ../../Tools/s19tovhd/S19toVHD.exe |
|