arch/arm: Separate out architecture-specifics
This commit is contained in:
10
arch/arm/kernel/kernel.mk
Normal file
10
arch/arm/kernel/kernel.mk
Normal file
@ -0,0 +1,10 @@
|
||||
DIRNAME := kernel
|
||||
SUBDIRS :=
|
||||
|
||||
include $(BASEDIR)/header.mk
|
||||
|
||||
OBJS_$(d) := $(d)/mmu.o
|
||||
|
||||
KOBJS += $(OBJS_$(d))
|
||||
|
||||
include $(BASEDIR)/footer.mk
|
Reference in New Issue
Block a user