Makefile 302 B

123456789101112131415
  1. # Automatically generated by config; do not edit.
  2. #
  3. # Top of the kernel tree
  4. KTOP=../..
  5. # Top of the whole tree
  6. TOP=$(KTOP)/..
  7. # Debug vs. optimize
  8. KDEBUG=-g
  9. # Name of the kernel config file
  10. CONFNAME=ASST2
  11. .include "$(TOP)/mk/os161.config.mk"
  12. .include "files.mk"
  13. .include "$(TOP)/mk/os161.kernel.mk"