Logo
Explore Help
Register Sign In
lby/lk
1
0
Fork 0
You've already forked lk
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2377c3d4403413fc485123936e7f9f16852c60d7
lk/lib/fs/spifs/rules.mk

16 lines
267 B
Makefile
Raw Normal View History

[fs][flash] Filesystem for spiflash.
2015-11-09 14:32:46 -08:00
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
[fs][tests] break some fs tests into their own module Include the test modules if the overal virtual/test module is included. Also set a new global build system var along with a configuration variable.
2022-04-25 22:20:29 -07:00
MODULE_SRCS += $(LOCAL_DIR)/spifs.c
[spifs] Module deps accidentally listed under module srcs.
2015-12-16 16:43:15 -08:00
[make] fix three misuses of TOBOOL Forgot to expand the variable in the call to the TOBOOL function which would cause the result to always be true. In this case always resulted in the test code for these three modules to be included.
2025-09-03 15:12:45 -07:00
ifeq ($(call TOBOOL,$(WITH_TESTS)),true)
[fs][tests] break some fs tests into their own module Include the test modules if the overal virtual/test module is included. Also set a new global build system var along with a configuration variable.
2022-04-25 22:20:29 -07:00
MODULE_DEPS += $(LOCAL_DIR)/test
endif
MODULE_DEPS += lib/bio
MODULE_DEPS += lib/cksum
MODULE_DEPS += lib/fs
[fs][flash] Filesystem for spiflash.
2015-11-09 14:32:46 -08:00
include make/module.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 47ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API