hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ccflags-y += -I$(srctree)/drivers/xenomai/net/stack/include
 
obj-$(CONFIG_XENO_DRIVERS_NET_RTCFG) += rtcfg.o
 
rtcfg-y := \
   rtcfg_module.o \
   rtcfg_event.o \
   rtcfg_client_event.o \
   rtcfg_conn_event.o \
   rtcfg_ioctl.o \
   rtcfg_frame.o \
   rtcfg_timer.o \
   rtcfg_file.o \
   rtcfg_proc.o