Commit 2f31fccd authored by Adam Wujek's avatar Adam Wujek 💬

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

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 2346c8f5
......@@ -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:
......
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