Home | History | Annotate | Download | only in mini-emulator-mips
      1 # BoardConfig.mk
      2 #
      3 # Product-specific compile-time definitions.
      4 #
      5 
      6 # same as mips except HAL
      7 include device/generic/mips/BoardConfig.mk
      8 
      9 ifeq ($(HOST_OS),linux)
     10   WITH_DEXPREOPT := true
     11 endif
     12