userspace: Use `always-y` with `userprogs` to ensure it builds on 5.8.
This commit is contained in:
parent
81516a3241
commit
2649176b4d
|
@ -1,3 +1,5 @@
|
||||||
userccflags += -I$(src)/../include -g
|
userccflags += -I$(src)/../include -g
|
||||||
userprogs-always-y += vendor-reset
|
userprogs += vendor-reset
|
||||||
|
always-y += $(userprogs)
|
||||||
|
|
||||||
vendor-reset-objs += vendor-reset.o ucommon.o
|
vendor-reset-objs += vendor-reset.o ucommon.o
|
Loading…
Reference in New Issue