commit | 82118c712f59a0832ee4e0a159d8c23b130d0fe1 | [log] [tgz] |
---|---|---|
author | Michael Hope <mlhx@google.com> | Sat Nov 04 22:04:17 2017 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Nov 06 10:24:05 2017 +0200 |
tree | 6464c824af8d9a0a0e5924d92ae0b38283d92177 | |
parent | 885f0b469fd10dc46567e654c8da94f6da705919 [diff] |
net: fix the build rules for drivers/net. The Makefile was using the obj-$FOO = form instead of the ob-$FOO += form, so if both slip and loopback are enabled then only loopback will get built. Signed-off-by: Michael Hope <mlhx@google.com>