Makefile 193 B

123456789
  1. ifeq ($(subdir),stdlib)
  2. gen-as-const-headers += ucontext_i.sym
  3. endif
  4. ifeq ($(subdir),misc)
  5. # MIPS-style cacheflush routine
  6. sysdep_headers += sys/cachectl.h
  7. sysdep_routines += cacheflush
  8. endif