Makefile: Install ath9k_htc firmware directly in $(prefix)
[linux-libre-firmware.git] / INSTALL
1 Briefly, running "make" without specifying any targets will build
2 everything. You may not necessarily want everything though and can
3 also specify targets to make. For example:
4
5         make av7110
6
7 Please see the included Makefile for a list of all available targets.
8
9 Once the desired things are built, "make install" will put them into
10 the appropriate place, which is /lib/firmware by default although you
11 can override this with something like:
12
13         make prefix=/desired/path install
14
15 In order to build everything you will need the following on the host 
16 system:
17         * A C compiler, like GCC
18         * Cmake
19         * GNU Bison/YACC
20         * GNU Flex
21         * GNU Gperf
22         * GNU Make
23         * GNU Wget
24         * GNU C cross-compiler for ARM:
25                 - arm-linux-gnueabi-gcc
26                 - arm-linux-gnueabi-ld
27                 - arm-linux-gnueabi-objcopy
28
29 CARL9170 Firmware Configuration
30 When building the carl9170 firmware you will be prompted with
31 configuration questions.
32
33 -----
34 Copyright (C) 2017 Jason Self <j@jxself.org>
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.  This file is offered as-is,
38 without any warranty.