mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 03:06:46 +07:00
847e070012
The dependency between the object and the source is handled by scripts/Makefile.host, so only "hostprogs-y += gen_facilities" is fine. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
14 lines
283 B
Makefile
14 lines
283 B
Makefile
#
|
|
# Makefile for s390 specific build tools
|
|
#
|
|
|
|
hostprogs-y += gen_facilities
|
|
HOSTCFLAGS_gen_facilities.o += -Wall $(LINUXINCLUDE)
|
|
|
|
define filechk_facilities.h
|
|
$(obj)/gen_facilities
|
|
endef
|
|
|
|
include/generated/facilities.h: $(obj)/gen_facilities FORCE
|
|
$(call filechk,facilities.h)
|