build: remove unused init-y handling
This is not used in Zephyr Change-Id: I27507fc72686d2a54d4565cd36414bd7ffbd0399 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3bdae61cac
commit
ce5dc6a3b7
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -735,9 +735,8 @@ zephyr-dirs := $(patsubst %/,%,$(filter %/, $(core-y) $(drivers-y) \
|
|||
$(libs-y) $(app-y)))
|
||||
|
||||
zephyr-alldirs := $(sort $(zephyr-dirs) $(patsubst %/,%,$(filter %/, \
|
||||
$(init-) $(core-) $(drivers-) $(libs-) $(app-))))
|
||||
$(core-) $(drivers-) $(libs-) $(app-))))
|
||||
|
||||
init-y := $(patsubst %/, %/built-in.o, $(init-y))
|
||||
core-y := $(patsubst %/, %/built-in.o, $(core-y))
|
||||
app-y := $(patsubst %/, %/built-in.o, $(app-y))
|
||||
drivers-y := $(patsubst %/, %/built-in.o, $(drivers-y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue