Makefile 379 B

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