1
0
Fork 0
aedrix-kernel/devices/kernel.mk

13 lines
172 B
Makefile

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