URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [isdn/] [pcbit/] [Makefile] - Rev 1765
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