Makefile: refactor subdirectory makefiles
This commit is contained in:
12
devices/kernel.mk
Normal file
12
devices/kernel.mk
Normal file
@ -0,0 +1,12 @@
|
||||
DIRNAME := devices
|
||||
SUBDIRS :=
|
||||
|
||||
include $(BASEDIR)/header.mk
|
||||
|
||||
OBJS_$(d) := $(d)/pl011.o \
|
||||
$(d)/pl110.o \
|
||||
$(d)/pl111.o
|
||||
|
||||
KOBJS += $(OBJS_$(d))
|
||||
|
||||
include $(BASEDIR)/footer.mk
|
Reference in New Issue
Block a user