mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 13:13:24 +00:00
new: 增加ktest_start函数以开启内核自测试
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
all: bitree.o kfifo.o
|
||||
all: ktest.o bitree.o kfifo.o
|
||||
|
||||
ktest.o: ktest.c
|
||||
gcc $(CFLAGS) -c ktest.c -o ktest.o
|
||||
|
||||
bitree.o: test-bitree.c
|
||||
gcc $(CFLAGS) -c test-bitree.c -o test-bitree.o
|
||||
|
Reference in New Issue
Block a user