hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
ccflags-y += -I$(srctree)/drivers/xenomai/net/stack/include
 
obj-$(CONFIG_XENO_DRIVERS_NET_DRV_IGB) += rt_igb.o
 
rt_igb-y :=                      \
   e1000_82575.o                \
   e1000_i210.o                \
   e1000_mac.o                \
   e1000_mbx.o                \
   e1000_nvm.o                \
   e1000_phy.o                \
   igb_hwmon.o                \
   igb_main.o