diff options
Diffstat (limited to 'src/mainboard/google/herobrine/Makefile.inc')
-rw-r--r-- | src/mainboard/google/herobrine/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/herobrine/Makefile.inc b/src/mainboard/google/herobrine/Makefile.inc index 553634c29c..11a396ff04 100644 --- a/src/mainboard/google/herobrine/Makefile.inc +++ b/src/mainboard/google/herobrine/Makefile.inc @@ -2,8 +2,9 @@ all-y += boardid.c all-y += chromeos.c +ifneq ($(CONFIG_BOARD_GOOGLE_SENOR),y) all-y += reset.c - +endif bootblock-y += bootblock.c romstage-y += romstage.c |