Skip to content

Commit e152cd1

Browse files
committed
TockLibrary.mk: Fixup formatting failures for RadioLib
Signed-off-by: Alistair Francis <[email protected]>
1 parent 1048e36 commit e152cd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TockLibrary.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ $(call check_defined, LIBNAME)
2929
$(call check_defined, $(LIBNAME)_DIR)
3030
$(call check_defined, $(LIBNAME)_SRCS)
3131

32-
ifeq ($(strip $($(LIBNAME)_SRCS)),)
33-
$(error Library "$(LIBNAME)" has no SRCS?)
34-
endif
35-
3632
# directory for built output
3733
$(LIBNAME)_BUILDDIR := $($(LIBNAME)_DIR)/build
3834

0 commit comments

Comments
 (0)