diff options
Diffstat (limited to 'board/discovery/build.mk')
-rw-r--r-- | board/discovery/build.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/board/discovery/build.mk b/board/discovery/build.mk deleted file mode 100644 index 42f9f9a0fc..0000000000 --- a/board/discovery/build.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -*- makefile -*- -# Copyright 2013 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -# -# Board specific files build - -# the IC is STmicro STM32L152RCT6 -CHIP:=stm32 -CHIP_FAMILY:=stm32l -CHIP_VARIANT:=stm32l15x - -board-y=board.o |