8 lines
185 B
Makefile
8 lines
185 B
Makefile
SRC_DIR := libmetal/lib
|
|
SRC_DIR += open-amp/lib/remoteproc
|
|
SRC_DIR += open-amp/lib/rpmsg
|
|
SRC_DIR += open-amp/lib/virtio
|
|
|
|
SRC_FILES := $(wildcard *.c)
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |