mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
linux: Fix touching incorrect version.h
This file has moved and the touch command created an empty version of the file which caused that builds depending on that did not complete. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -227,7 +227,7 @@ endif
|
||||
|
||||
# Make sure we can build external modules
|
||||
touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/Makefile \
|
||||
/lib/modules/$(VER)-$(VERSUFIX)/build/include/linux/version.h
|
||||
/lib/modules/$(VER)-$(VERSUFIX)/build/include/generated/uapi/linux/version.h
|
||||
touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/.config \
|
||||
/lib/modules/$(VER)-$(VERSUFIX)/build/autoconf.h
|
||||
cp /lib/modules/$(VER)-$(VERSUFIX)/build/.config \
|
||||
|
||||
Reference in New Issue
Block a user