4 lines
92 B
Makefile
4 lines
92 B
Makefile
SRC_DIR := arm/armv7-a/cortex-a9
|
|
SRC_FILES := spinlock.c
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |