2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-08-22 02:32:47 +09:00
|
|
|
#
|
|
|
|
|
# fixdep: used to generate dependency information during build process
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2020-02-02 01:49:24 +09:00
|
|
|
hostprogs := fixdep
|
|
|
|
|
always-y := $(hostprogs)
|