Add busy loop code and make HighResTimer work on demand rather automatically or ifdefed
This commit is contained in:
@@ -10,8 +10,7 @@ CCFLAGS += -Iinclude -I../../include
|
||||
CCFLAGS += -save-temps=obj
|
||||
|
||||
include ../../lib/Wildcard.mk
|
||||
SRCS = $(call rwildcard, src, c cpp)
|
||||
SRCS += src/syscall_printf.asm
|
||||
SRCS = $(call rwildcard, src, c cpp s)
|
||||
|
||||
include ../../lib/Makefile
|
||||
LIB_DIR = ../../lib/$(CONFIG_NAME)
|
||||
|
||||
Reference in New Issue
Block a user