package/Makefile.in: Fix dependency for selecting uclinux as TARGET_OS
authorAxel Lin <axel.lin@ingics.com>
Mon, 23 Sep 2013 09:16:50 +0000 (17:16 +0800)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Oct 2014 12:58:54 +0000 (14:58 +0200)
commit3c25f6e6c0a57daac4786dbdf2f0242273641566
tree5e193c34eab4904a2003aaed8b341ecf9480bb45
parent526e3d0ac6641c0a969d08f5839aa7b12b0dba9a
package/Makefile.in: Fix dependency for selecting uclinux as TARGET_OS

Current setting only allows blackfin to select uclinux as TARGET_OS.
However, some noMMU ARM platforms that using FLAT binary format also need to
select uclinux as TARGET_OS. Fix the dependency.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in