task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / u-boot / files / Makefile-fix.patch
blobfccf19c63df00c064784875372d65fa929e3f9e2
1 --- /tmp/Makefile 2008-07-07 20:48:41.000000000 +0200
2 +++ git/Makefile 2008-07-07 20:49:22.000000000 +0200
3 @@ -21,10 +21,6 @@
4 # MA 02111-1307 USA
7 -ifndef PRJROOT
8 -$(error You must first source the BSP environment: "source neuros-env")
9 -endif
11 VERSION = 1
12 PATCHLEVEL = 3
13 SUBLEVEL = 2
14 @@ -417,11 +413,6 @@
15 grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
16 sort > $(obj)System.map
18 -install: u-boot.bin u-boot
19 - @install -p u-boot.bin $(PRJROOT)/images/ > /dev/null
20 - @install -p u-boot $(PRJROOT)/images/ > /dev/null
21 - @install uboot_desc $(PRJROOT)/images/ > /dev/null
24 # Auto-generate the autoconf.mk file (which is included by all makefiles)