Skip to content

Commit

Permalink
TockLibrary.mk: Fixup formatting failures for RadioLib
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <[email protected]>
  • Loading branch information
alistair23 committed Jun 18, 2024
1 parent 1299986 commit 2d5ab8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TockLibrary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ $(call check_defined, LIBNAME)
$(call check_defined, $(LIBNAME)_DIR)
$(call check_defined, $(LIBNAME)_SRCS)

ifeq ($(strip $($(LIBNAME)_SRCS)),)
$(error Library "$(LIBNAME)" has no SRCS?)
endif

# directory for built output
$(LIBNAME)_BUILDDIR := $($(LIBNAME)_DIR)/build

Expand Down

0 comments on commit 2d5ab8a

Please sign in to comment.