summaryrefslogtreecommitdiff
path: root/cesar/test_general/hard/ecos/Makefile
blob: e5246f0f2cfb4eb2840fa36868316587bd0f170d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
BASE = ../../..

ECOS = y
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 hal

hello_world_SOURCES = hello_world.c
hello_world_MODULES =  lib hal

interrupt_SOURCES = interrupt.c
interrupt_MODULES =  lib hal

timer_int_SOURCES = timer_int.c
timer_int_MODULES =  lib hal

pci_int_SOURCES = pci_int.c
pci_int_MODULES =  lib hal

exception_SOURCES = exception.c
exception_MODULES =  lib hal

one_thread_SOURCES = one_thread.c
one_thread_MODULES =  lib hal

two_thread_SOURCES = two_thread.c
two_thread_MODULES =  lib hal

threaddelay_SOURCES = threaddelay.c
threaddelay_MODULES =  lib hal

mesbox_SOURCES = mesbox.c
mesbox_MODULES =  lib hal

mutex_SOURCES = mutex.c
mutex_MODULES =  lib hal

section_SOURCES = section.c
section_MODULES = lib hal

include $(BASE)/common/make/top.mk