Changeset 124 for trunk/Softwares/MiBench/Makefile
- Timestamp:
- Jun 17, 2009, 2:11:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/MiBench/Makefile
r117 r124 7 7 # 8 8 9 include Makefile.defs 9 10 10 11 # common definition … … 24 25 MIBENCH_DATA_PATH = $(MORPHEO_TOPLEVEL)/Softwares/MiBench/data 25 26 26 FLAGS = -DMIBENCH_DATA_PATH=\"$(MIBENCH_DATA_PATH)\" 27 FLAGS = -DMIBENCH_DATA_PATH=\"$(MIBENCH_DATA_PATH)\" -DNB_THREAD_MAX=$(NB_THREAD_MAX) 27 28 28 29 #-----[ Files ]------------------------------------------------------------------- … … 33 34 34 35 include $(DIR_SOFT)/Makefile.Software 36 include $(DIR_SOFT)/Makefile.Workload 35 37
Note: See TracChangeset
for help on using the changeset viewer.