friendlyarm / linux-3.4.y

Linux kernel source tree for FriendlyARM NanoPi 2, NanoPi 3
Other
75 stars 103 forks source link

Fix compiling failure with 'O=' parameter #8

Open xingrz opened 7 years ago

xingrz commented 7 years ago

While compiling with make O= to specific an output directory, for example, compiling with CM, it may failed with errors like:

fatal error: opening dependency file drivers/media/video/nexell/out/hdmi-new/cec/.nxp-hdmi-cec.o.d: No such file or directory

This resolve the problem by splitting their Makefiles into their subdirs.