diff --git a/boards/olimexino_stm32/Makefile b/boards/olimexino_stm32/Makefile index 9c255466e43..c925263c43a 100644 --- a/boards/olimexino_stm32/Makefile +++ b/boards/olimexino_stm32/Makefile @@ -1,5 +1,2 @@ -ccflags-y += -I$(srctree)/include/drivers -ccflags-y += -I$(srctree)/drivers -asflags-y := ${ccflags-y} - -obj-y += board.o +# No C files (yet) +obj- += dummy.o diff --git a/boards/olimexino_stm32/board.c b/boards/olimexino_stm32/board.c deleted file mode 100644 index 4d740a36fe5..00000000000 --- a/boards/olimexino_stm32/board.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2016 Open-RnD Sp. z o.o. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "board.h"