Makefile 161 B

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