cyan/strago: disable Ambient Light Sensor device
[coreboot.git] / src / mainboard / google / veyron_jerry / Makefile.inc
blobea1c6063e743f97e426d3262942336159725aae7
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright 2014 Rockchip Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc.
19 bootblock-y += bootblock.c
20 bootblock-y += boardid.c
21 bootblock-y += chromeos.c
22 bootblock-y += reset.c
24 verstage-y += boardid.c
25 verstage-y += chromeos.c
26 verstage-y += reset.c
28 romstage-y += boardid.c
29 romstage-y += chromeos.c
30 romstage-y += romstage.c
31 romstage-y += sdram_configs.c
32 romstage-y += reset.c
34 ramstage-y += boardid.c
35 ramstage-y += chromeos.c
36 ramstage-y += mainboard.c
37 ramstage-y += reset.c
39 bootblock-y += memlayout.ld
40 verstage-y += memlayout.ld
41 romstage-y += memlayout.ld
42 ramstage-y += memlayout.ld