Skip to content

Commit e9e5596

Browse files
AleksandrBulyshchenkojforissier
authored andcommitted
config.mk: Remove obsolete variables verification
ARM_TOOLCHAIN_DIR and ARM_GCC_PREFIX are obsolete. Their references have been removed by 5e98be7 ("Cleanup Makefile"). Remove remained verification. Signed-off-by: Aleksandr Bulyshchenko <[email protected]> Acked-by: Jerome Forissier <[email protected]> Acked-by: Jens Wiklander <[email protected]>
1 parent 128b8f5 commit e9e5596

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: config.mk

-6
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,3 @@ OO := $(if $(filter /%,$(O)),$(O),$(CURDIR)/../$(O))
6666

6767
# Check that settings are coherent.
6868

69-
ifdef ARM_TOOLCHAIN_DIR
70-
ifeq ($(wildcard ${ARM_TOOLCHAIN_DIR}/bin/${ARM_GCC_PREFIX}-gcc),)
71-
$(error "ARM_TOOLCHAIN_DIR wrongly setup. Is ${ARM_TOOLCHAIN_DIR}")
72-
endif
73-
endif
74-

0 commit comments

Comments
 (0)