osmo-trx/Transceiver52M/device/ipc
Vadim Yanitskiy 1ddd727bb4 ipc-driver-test: clean up variables in Makefile.am
* AM_CPPFLAGS is for preprocessor flags like '-I' or '-D',
* AM_CFLAGS/AM_CXXFLAGS is for C/C++ compiler flags like '-Wall',
* AM_LDFLAGS is for linker flags like '-no-undefined', not libraries!
* Link ipc-driver-test against libdevice.la,
* Do not put $(UHD_CFLAGS) everywhere.

Change-Id: Iafd68974c9c613fb4e65a01d076b2c687b716c83
2023-03-14 13:16:09 +00:00
..
IPCDevice.cpp Call osmo_fd_unregister() before closing and changing bfd->fd 2023-03-14 12:54:20 +00:00
IPCDevice.h ipc: add missing override 2022-12-23 13:41:36 +00:00
Makefile.am ipc-driver-test: clean up variables in Makefile.am 2023-03-14 13:16:09 +00:00
ipc-driver-test.c ipc-driver-test: Allow setting dir prefix for UD socket 2020-12-10 15:26:32 +00:00
ipc-driver-test.h osmo-trx-ipc 2020-08-25 01:00:03 +02:00
ipc_chan.c Use osmo_fd_*_{disable,enable} 2020-11-11 20:15:59 +00:00
ipc_chan.h osmo-trx-ipc 2020-08-25 01:00:03 +02:00
ipc_shm.c osmo-trx-ipc 2020-08-25 01:00:03 +02:00
ipc_shm.h osmo-trx-ipc 2020-08-25 01:00:03 +02:00
ipc_sock.c Call osmo_fd_unregister() before closing and changing bfd->fd 2023-03-14 12:54:20 +00:00
ipc_sock.h osmo-trx-ipc 2020-08-25 01:00:03 +02:00
shm.c osmo-trx-ipc 2020-08-25 01:00:03 +02:00
shm.h ipc-driver-test: Allow setting dir prefix for UD socket 2020-12-10 15:26:32 +00:00
uhdwrap.cpp device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS} 2020-10-24 23:41:57 +00:00
uhdwrap.h osmo-trx-ipc 2020-08-25 01:00:03 +02:00