Makefile (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | Makefile (faabed295cccc2aba2b67f2e7b309f2892d55004) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 | 1# SPDX-License-Identifier: GPL-2.0 2 |
3hostprogs := genksyms 4always-y := $(hostprogs) | 3hostprogs-always-y += genksyms |
5 6genksyms-objs := genksyms.o parse.tab.o lex.lex.o 7 8# FIXME: fix the ambiguous grammar in parse.y and delete this hack 9# 10# Suppress shift/reduce, reduce/reduce conflicts warnings 11# unless W=1 is specified. 12# --- 19 unchanged lines hidden --- | 4 5genksyms-objs := genksyms.o parse.tab.o lex.lex.o 6 7# FIXME: fix the ambiguous grammar in parse.y and delete this hack 8# 9# Suppress shift/reduce, reduce/reduce conflicts warnings 10# unless W=1 is specified. 11# --- 19 unchanged lines hidden --- |