URL
https://opencores.org/ocsvn/System09/System09/trunk
Subversion Repositories System09
Compare Revisions
- This comparison shows the changes necessary to convert path
/System09/trunk/rtl
- from Rev 66 to Rev 69
- ↔ Reverse comparison
Rev 66 → Rev 69
/System09_Xess_XSA-3S1000/Makefile
53,7 → 53,12
# You should not need to edit anything below this line |
|
# XESS Tools |
XSLOAD := C:/Progra~1/XSTOOLs/xsload.exe |
ifeq "$(findstring CYGWIN_NT,$(shell uname -s))" "CYGWIN_NT" |
XESSPATH := $(shell cygpath "$(XSTOOLS_BIN_DIR)") |
else |
XESSPATH := $(XSTOOLS_BIN_DIR) |
endif |
XSLOAD := "$(XESSPATH)/xsload.exe" |
|
include ../../mkfiles/xilinx_rules.mk |
|