### # This Makefile lists the most basic programs used during the build process. # The programs listed herein are what are needed to do the basic stuff, # such as fix file dependencies. # This initial step is needed to avoid files to be recompiled # when kernel configuration changes (which is what happens when # .config is included by main Makefile. # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process hostprogs-y := fixdep hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c always := $(hostprogs-y) # fixdep is needed to compile other host programs $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.bin2c.cmd | File | 1.49 KB | 0644 |
|
.fixdep.cmd | File | 5.35 KB | 0644 |
|
Makefile | File | 715 B | 0644 |
|
bin2c | File | 8.24 KB | 0755 |
|
bin2c.c | File | 743 B | 0644 |
|
fixdep | File | 13.57 KB | 0755 |
|
fixdep.c | File | 10.97 KB | 0644 |
|