Makefile 371 B

12345678910111213141516
  1. TARGET = demo_clint_timer
  2. NUCLEI_SDK_ROOT = ../../..
  3. # REQUIRE: SYSTIMER
  4. XLCFG_SYSTIMER :=
  5. # NOTE: When interrupts are working in CLINT/PLIC mode,
  6. # even if ECLIC v2 is configured, the auto context save/restore feature
  7. # must be disabled by overriding ECLIC_HWCTX to 0
  8. override ECLIC_HWCTX := 0
  9. SRCDIRS = .
  10. INCDIRS = .
  11. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base