URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [ipc/] [Makefile] - Rev 62
Compare with Previous | Blame | View Log
## Makefile for the linux ipc.#obj-$(CONFIG_SYSVIPC_COMPAT) += compat.oobj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.oobj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.oobj_mq-$(CONFIG_COMPAT) += compat_mq.oobj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
