# # Set TOPDIR to the project toplevel directory # TOPDIR = .. # # Include this first, right after setting TOPDIR # include $(TOPDIR)/Preamble.make # # Add any directories to recurse into via the SUBDIRS variable. # SUBDIRS = linux # # Include this at the very end of the Makefile # include $(TOPDIR)/Postamble.make