Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991d76c9 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kbuild: simplify the %_shipped rule



This is needed to have make(1) correctly link the implicit rules which
generate the _shipped file from the lexer/parser to the final file.

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent 7373f4f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ endif
quiet_cmd_shipped = SHIPPED $@
cmd_shipped = cat $< > $@

$(obj)/%:: $(src)/%_shipped
$(obj)/%: $(src)/%_shipped
	$(call cmd,shipped)

# Commands useful for building a boot image