We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1048e36 commit e152cd1Copy full SHA for e152cd1
TockLibrary.mk
@@ -29,10 +29,6 @@ $(call check_defined, LIBNAME)
29
$(call check_defined, $(LIBNAME)_DIR)
30
$(call check_defined, $(LIBNAME)_SRCS)
31
32
-ifeq ($(strip $($(LIBNAME)_SRCS)),)
33
- $(error Library "$(LIBNAME)" has no SRCS?)
34
-endif
35
-
36
# directory for built output
37
$(LIBNAME)_BUILDDIR := $($(LIBNAME)_DIR)/build
38
0 commit comments