2 # figures out the system
5 # include top level macros
8 # sub-makefiles have to fill these in
15 # includes the config of the build
17 include make.config.
$(ARCH
)
22 include kernel
/makefile
23 include kernel
/addons
/makefile
24 include tools
/makefile
26 include boot
/$(ARCH
)/makefile
36 allclean
: depsclean
clean
42 #$(warning ALL_OBJS = $(ALL_OBJS))
43 #$(warning ALL_DEPS = $(ALL_DEPS))
45 ifeq ($(filter $(MAKECMDGOALS
), allclean
), )