summaryrefslogtreecommitdiff
path: root/cesar/test_general/hard/ecos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/hard/ecos/Makefile')
-rw-r--r--cesar/test_general/hard/ecos/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/cesar/test_general/hard/ecos/Makefile b/cesar/test_general/hard/ecos/Makefile
index 9eec3a9fbe..e5246f0f2c 100644
--- a/cesar/test_general/hard/ecos/Makefile
+++ b/cesar/test_general/hard/ecos/Makefile
@@ -6,38 +6,39 @@ TARGET = sparc
TARGET_PROGRAMS = section bentry hello_world one_thread two_thread threaddelay exception interrupt timer_int pci_int mesbox mutex
bentry_SOURCES = bentry.c
-bentry_MODULES = lib
+bentry_MODULES = lib hal
hello_world_SOURCES = hello_world.c
-hello_world_MODULES = lib host
+hello_world_MODULES = lib hal
interrupt_SOURCES = interrupt.c
-interrupt_MODULES = lib host
+interrupt_MODULES = lib hal
timer_int_SOURCES = timer_int.c
-timer_int_MODULES = lib host
+timer_int_MODULES = lib hal
pci_int_SOURCES = pci_int.c
-pci_int_MODULES = lib host
+pci_int_MODULES = lib hal
exception_SOURCES = exception.c
-exception_MODULES = lib host
+exception_MODULES = lib hal
one_thread_SOURCES = one_thread.c
-one_thread_MODULES = lib host
+one_thread_MODULES = lib hal
two_thread_SOURCES = two_thread.c
-two_thread_MODULES = lib host
+two_thread_MODULES = lib hal
threaddelay_SOURCES = threaddelay.c
-threaddelay_MODULES = lib host
+threaddelay_MODULES = lib hal
mesbox_SOURCES = mesbox.c
-mesbox_MODULES = lib host
+mesbox_MODULES = lib hal
mutex_SOURCES = mutex.c
-mutex_MODULES = lib host
+mutex_MODULES = lib hal
section_SOURCES = section.c
+section_MODULES = lib hal
include $(BASE)/common/make/top.mk