fix: makefile renew

This commit is contained in:
zhangsz
2025-03-04 11:29:37 +08:00
parent dae6fc93f7
commit 5ee8bed99c
29 changed files with 1328 additions and 22 deletions

View File

@@ -92,4 +92,5 @@ COVER_REPORT_PATH = ./output
## include makefile.rules (Do not change)
##
##--------------------------------------
include Makefile.rules
MAKE_INCLUDE = ../../include
include $(MAKE_INCLUDE)/Makefile.rules

View File

@@ -13,7 +13,9 @@
#include <setjmp.h>
#include <unistd.h>
#include <signal.h>
#if HAVE_STROPTS_H
#include <stropts.h>
#endif
#include <time.h>
#include <syslog.h>
#include <termio.h>

View File

@@ -98,4 +98,5 @@ COVER_REPORT_PATH = ./output
## include makefile.rules (Do not change)
##
##--------------------------------------
include Makefile.rules
MAKE_INCLUDE = ../../include
include $(MAKE_INCLUDE)/Makefile.rules