Modules/UDI - Moved UDI headers to /UDI/include
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / Makefile
1 #
2 #
3
4 CPPFLAGS = -I../../../../UDI/include
5
6 # - UDI Library Files
7 LIB_OBJS := logging.o strmem.o imc.o mem.o buf.o cb.o
8 LIB_OBJS += queues.o time.o
9 LIB_OBJS += meta_mgmt.o meta_gio.o
10 LIB_OBJS += physio.o physio/meta_bus.o physio/meta_intr.o physio/pio.o physio/dma.o
11 LIB_OBJS += scsi.o
12 LIB_OBJS += udi_nic.o
13 # - UDI->Acess Translation Layer
14 TRANS_OBJS := bus_pci.o
15
16 OBJ  = main.o channels.o deferred_calls.o management_agent.o
17 OBJ += $(LIB_OBJS:%=udi_lib/%) $(TRANS_OBJS:%=trans/%)
18 NAME = UDI
19
20 -include ../Makefile.tpl
21
22 ifeq ($(ARCHDIR),x86)
23  CPPFLAGS += -DUDI_ABI_is_ia32
24 else
25  $(error TODO: Support other UDI ABIs [$(ARCHDIR) unsupported])
26 endif

UCC git Repository :: git.ucc.asn.au