j
k
j a
j l
On Wed, 7 Aug 2013, Jon Medhurst (Tixy) wrote:
E.g. in a Makefile to have obj-$(CONFIG_FOO) += common-thing.o foo.o obj-$(CONFIG_BAR) += common-thing.o bar.o where both FOO and BAR can be enabled at the same time?
E.g. in a Makefile to have
obj-$(CONFIG_FOO) += common-thing.o foo.o obj-$(CONFIG_BAR) += common-thing.o bar.o
where both FOO and BAR can be enabled at the same time?
This is perfectly fine.
Nicolas
Back to the thread
Back to the list