URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [bluetooth/] [cmtp/] [Makefile] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the Linux Bluetooth CMTP layer
#
O_TARGET := cmtp.o
obj-y := core.o sock.o capi.o
obj-m += $(O_TARGET)
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log