aboutsummaryrefslogtreecommitdiff
path: root/firmware/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: remove obj-n and lib-n handlingMasahiro Yamada2018-12-211-1/+1
| | | | | | | | | | | | Kconfig never defines CONFIG_* as 'n'. Now obj-n is only used in firmware/Makefile and it can be replaced with obj-. No makefile uses lib-n. Let's rip off obj-n and lib-n. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
* first commitMeizu OpenSource2016-08-151-0/+251