Changeset 143 for trunk/Makefile.flags
- Timestamp:
- Sep 2, 2010, 4:33:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.flags
r142 r143 4 4 # [ Description ] 5 5 # 6 7 ifeq ($(origin MORPHEO_TYPE), undefined) 8 $(error "variable MORPHEO_TYPE is undefined"); 9 endif 6 10 7 11 #-----[ Simulator ]---------------------------------------- … … 19 23 20 24 #-----[ Flags ]-------------------------------------------- 21 MORPHEO_TYPE ?= debug_systemc22 25 23 MORPHEO_TYPE_LIST = "systemc" "vhdl" "cosim" "debug" "debug_systemc"26 # If you add a MORPHEO_FLAGS, add name in array "type_list" in file "environment.sh" 24 27 25 28 MORPHEO_systemc_FLAGS = -DSYSTEMC \
Note: See TracChangeset
for help on using the changeset viewer.