kernels,bf: port to AM

This commit is contained in:
Zihao Yu 2023-07-01 01:25:46 +08:00
parent b122a7fa12
commit 1cf8c67eb6
3 changed files with 219 additions and 73 deletions

3
kernels/bf/Makefile Normal file
View file

@ -0,0 +1,3 @@
NAME = bf
SRCS = bf.c
include $(AM_HOME)/Makefile