VirtualBox

Changeset 292 in kBuild for trunk


Ignore:
Timestamp:
Jun 1, 2005 3:06:11 PM (20 years ago)
Author:
bird
Message:

Added L4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r271 r292  
    9898endif
    9999
     100# L4
     101ifeq ($(BUILD_PLATFORM),L4)
     102$(error kBuild: BUILD_PLATFORM must be all lowercase!)
     103endif
     104ifeq ($(BUILD_PLATFORM),l4)
     105_BUILD_PLATFORM_OK  := 1
     106endif
     107
    100108ifeq ($(_BUILD_PLATFORM_OK),0)
    101109$(error kBuild: BUILD_PLATFORM value '$(BUILD_PLATFORM)' was not recongized!)
     
    134142endif
    135143ifeq ($(BUILD_TARGET),win32)
     144_BUILD_TARGET_OK    := 1
     145endif
     146
     147# L4
     148ifeq ($(BUILD_TARGET),L4)
     149$(error kBuild: BUILD_TARGET must be all lowercase!)
     150endif
     151ifeq ($(BUILD_TARGET),l4)
    136152_BUILD_TARGET_OK    := 1
    137153endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette