From 45d06591f12c108ab27207c464ce46f0d0f26980 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 11 May 2019 14:57:39 +0200 Subject: bsps: Always build generic interrupt support This makes it possible to write tests for the generic interrupt controller support. Update #3269. --- c/src/lib/libbsp/moxie/moxiesim/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/moxie') diff --git a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am index f689cf5de1..1e2099e5f0 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/Makefile.am +++ b/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @@ -39,6 +39,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/btimer/btimer-stub.c # Cache librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c - +include $(srcdir)/../../../../../../bsps/shared/irq-default-sources.am include $(srcdir)/../../../../../../bsps/shared/shared-sources.am include $(srcdir)/../../../../../../bsps/moxie/moxiesim/headers.am -- cgit v1.2.3