Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input: clean up Makefile (use input-core-y)
The proper way to specify multi-source object is to use <name>-y instead of <name>-obj (which is deprecated) as it allows conditional inclusion of modules in the list. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
- Loading branch information