mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
This commit is contained in:
commit
25c862cc9e
54 changed files with 4547 additions and 3950 deletions
|
@ -33,7 +33,7 @@ int file_write_dep(const char *name)
|
|||
FILE *out;
|
||||
|
||||
if (!name)
|
||||
name = ".config.cmd";
|
||||
name = ".kconfig.d";
|
||||
out = fopen("..config.tmp", "w");
|
||||
if (!out)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue