mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
parent
fdc4bd2f90
commit
f3908b8283
@ -9,11 +9,11 @@ help:
|
||||
$(ECHO) ""
|
||||
$(ECHO) "Create dependency list for DDE Linux"
|
||||
$(ECHO) ""
|
||||
$(ECHO) "This tool analyzes all dependencies of a DDE Linux port to Genode."
|
||||
$(ECHO) "It extracts all referenced files from the given Linux kernel,"
|
||||
$(ECHO) "and prints the results into a file. Thereby, it leaves out all files"
|
||||
$(ECHO) "that gets already build by the Genode target, which have to be"
|
||||
$(ECHO) "listed in a separate given sources file."
|
||||
$(ECHO) "This tool analyzes all dependencies of a DDE-Linux port to Genode."
|
||||
$(ECHO) "It extracts all referenced files from the given Linux kernel"
|
||||
$(ECHO) "and prints the results into a 'dep.list' file. It leaves out all"
|
||||
$(ECHO) "files that are already covered by the target's manually maintained"
|
||||
$(ECHO) "'source.list' file."
|
||||
$(ECHO) ""
|
||||
$(ECHO) "usage:"
|
||||
$(ECHO) ""
|
||||
@ -25,7 +25,7 @@ help:
|
||||
$(ECHO) ""
|
||||
$(ECHO) "--- used variables ---"
|
||||
$(ECHO) "TARGET_DIR - path to the Genode build target"
|
||||
$(ECHO) "LINUX_KERNEL_DIR - path to the Linux kernel build"
|
||||
$(ECHO) "LINUX_KERNEL_DIR - path to the Linux source tree"
|
||||
$(ECHO) "SOURCE_LIST_FILE - path to the file with all contrib sources listed"
|
||||
$(ECHO) "DEP_LIST_FILE - path to the file that shall be generated"
|
||||
$(ECHO) ""
|
||||
|
Loading…
Reference in New Issue
Block a user