• Sam Ravnborg's avatar
    kbuild: Fix hostprogs-y · 3fe519b2
    Sam Ravnborg authored
    Allow the same target to be specified more than once without causing a warnign from make.
    The same target may be specified twice when using the following pattern:
    hostprogs-$(CONFIG_FOO) += program
    hostprogs-$(CONFIG_BAR) += program
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    3fe519b2
Makefile.host 5.7 KB