URL
https://opencores.org/ocsvn/sdhc-sc-core/sdhc-sc-core/trunk
Subversion Repositories sdhc-sc-core
Compare Revisions
- This comparison shows the changes necessary to convert path
/sdhc-sc-core
- from Rev 40 to Rev 41
- ↔ Reverse comparison
Rev 40 → Rev 41
/trunk/Makefile
1,7 → 1,7
# Recursive makefile for simulations |
|
SIMS = grpCrc/unitCrc grpWishbone/unitWbSlave grpSd/unitSdCmd |
SYNS = grpCrc/unitCrc grpSd/unitSd |
SYNS = grpCrc/unitCrc grpSd/unitSdCmd |
|
sim: |
for i in $(SIMS); do make -C src/$$i/sim; done |