mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
9 lines
166 B
Makefile
9 lines
166 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/xipfs
|
|
|
|
ifneq (,$(filter xipfs_fs,$(USEMODULE)))
|
|
DIRS += $(RIOTBASE)/pkg/xipfs/fs
|
|
endif
|
|
|
|
# include archive
|
|
ARCHIVES += $(BINDIR)/xipfs.a
|