1
0
mirror of synced 2026-02-06 16:54:36 +00:00

Install yw.h and json.h

This commit is contained in:
Jannis Harder
2023-07-24 16:40:43 +02:00
committed by Lofty
parent f8325f66b7
commit b9751ef0b0

View File

@@ -629,6 +629,8 @@ ifeq ($(ENABLE_ZLIB),1)
$(eval $(call add_include_file,kernel/fstdata.h))
endif
$(eval $(call add_include_file,kernel/mem.h))
$(eval $(call add_include_file,kernel/yw.h))
$(eval $(call add_include_file,kernel/json.h))
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
ifeq ($(ENABLE_ZLIB),1)