Skip to content
Snippets Groups Projects
Commit 2f31fccd authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/dot-config: fix copying of Kconfig_vlans.in


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent 2346c8f5
Branches
Tags
No related merge requests found
......@@ -36,6 +36,9 @@ dot-config: $(WRS_BASE_DIR)/../.config
Kconfig: $(WRS_BASE_DIR)/../Kconfig
cp $^ $@
Kconfig_vlans.in: $(WRS_BASE_DIR)/../Kconfig_vlans.in
cp $^ $@
CONF_LOC=$(WRS_BASE_DIR)/../scripts/kconfig
conf:
......
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