Commit bf78627c authored by Alessandro Rubini's avatar Alessandro Rubini

kernel/Makefile: added wr-nic files

parent eaa153a2
......@@ -21,6 +21,11 @@ spec-$(CONFIG_GPIOLIB) += spec-gpio.o
wr-nic-y = wr-nic-core.o
wr-nic-y += wr-nic-eth.o
wr-nic-y += wr_nic/device.o
wr-nic-y += wr_nic/endpoint.o
wr-nic-y += wr_nic/ethtool.o
wr-nic-y += wr_nic/nic-core.o
wr-nic-y += wr_nic/timestamp.o
wr-nic-$(CONFIG_GPIOLIB) += wr-nic-gpio.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment