URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [isdn/] [pcbit/] [Makefile] - Rev 1772
Go to most recent revision | Compare with Previous | Blame | View Log
L_OBJS :=
M_OBJS :=
O_OBJS := module.o edss1.o drv.o layer2.o capi.o callbacks.o
O_TARGET :=
ifeq ($(CONFIG_ISDN_DRV_PCBIT),y)
O_TARGET += pcbit.o
else
ifeq ($(CONFIG_ISDN_DRV_PCBIT),m)
O_TARGET += pcbit.o
M_OBJS += pcbit.o
endif
endif
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log