Skip to content

Commit

Permalink
Install yw.h and json.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jix authored and Ravenslofty committed Aug 1, 2023
1 parent f8325f6 commit b9751ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9751ef

Please sign in to comment.