summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-03 18:37:44 +0200
committerFlorent Duchon2012-04-03 19:34:39 +0200
commit753e2ab11ad8b253be26c34e175bec8b159b18d2 (patch)
tree89d42218dcd7aa35c5b5ed042d060c296a8a6c15 /digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
parentacf4617c9f264dc5813abb4b305d8c1d76ad19b0 (diff)
digital/beacon: add APBTeam twi module
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules5
1 files changed, 0 insertions, 5 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules b/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
index deea8742..8f133d44 100644
--- a/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
+++ b/digital/beacon/src/Bitcloud_stack/Components/HAL/Makerules
@@ -761,11 +761,6 @@ else
$(error unsupported COMPILER_AND_MICRO_TYPE)
endif
-ifneq ($(EXP_VERSION), $(COMPILER_VERSION))
- $(error ERROR in file Makerules: You are using incorrect version of compiler: \
- installed $(COMPILER_VERSION), expected $(EXP_VERSION))
-endif
-
ifeq ($(COMPILER_TYPE), IAR)
COMPILER_TYPE_LOWER_CASE = _Iar
else