Commit 431c6635 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/dot-config: bugfix typo in variable

prevent build error

[...]
install -m 644 Kconfig dot-config wrs_release_defconfig /home/awujek/wrs/repo/build/images/wr/etc
install: cannot stat ‘Kconfig’: No such file or directory
install: cannot stat ‘dot-config’: No such file or directory
install: cannot stat ‘wrs_release_defconfig’: No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/awujek/wrs/repo/wr-switch-sw/userspace/dot-config'
make: *** [install] Error 1
[...]
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent d8f6deab
......@@ -17,7 +17,7 @@ CFLAGS = -D KBUILD_NO_NLS
# most of this is just copying stuff in
RFILES = Kconfig dot-config wrs_release_defconfig
XFILES = conf
FILE = $(RFILES) $(XFILES)
FILES = $(RFILES) $(XFILES)
all: $(FILES)
......
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