Changeset 143 for trunk/Makefile.flags


Ignore:
Timestamp:
Sep 2, 2010, 4:33:08 PM (14 years ago)
Author:
rosiere
Message:

1) change environment.sh
2) add lot of include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.flags

    r142 r143  
    44# [ Description ]
    55#
     6
     7ifeq ($(origin MORPHEO_TYPE), undefined)
     8        $(error "variable MORPHEO_TYPE is undefined");
     9endif
    610
    711#-----[ Simulator ]----------------------------------------
     
    1923
    2024#-----[ Flags ]--------------------------------------------
    21 MORPHEO_TYPE                    ?= debug_systemc
    2225
    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"
    2427
    2528MORPHEO_systemc_FLAGS           =       -DSYSTEMC               \
Note: See TracChangeset for help on using the changeset viewer.