1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/pkg/xipfs/Makefile.include
2025-07-23 12:44:38 +02:00

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