From b9751ef0b0b89799c649d20653b685045f14cd36 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Mon, 24 Jul 2023 16:40:43 +0200 Subject: [PATCH] Install yw.h and json.h --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 512fe2f3d..a2803058b 100644 --- a/Makefile +++ b/Makefile @@ -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)