Modules/UDI - Cleaned up source layout, implemented PCI IRQs
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / Makefile
1 #
2 #
3
4 CPPFLAGS = -I../../../../UDI/include -Iinclude
5
6 # - UDI Library Files
7 LIB_OBJS := core/logging.o core/strmem.o core/imc.o core/mem.o core/buf.o
8 LIB_OBJS += core/queues.o core/time.o core/attr.o core/mei.o core/cb.o
9 LIB_OBJS += core/meta_mgmt.o core/meta_gio.o
10 LIB_OBJS += physio.o physio/meta_bus.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