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
1 changed files with 2 additions and 0 deletions

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)