diff options
Diffstat (limited to 'board/avnet/v5fx30teval/Makefile')
-rw-r--r-- | board/avnet/v5fx30teval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/avnet/v5fx30teval/Makefile b/board/avnet/v5fx30teval/Makefile index 51b777c..f7d0417 100644 --- a/board/avnet/v5fx30teval/Makefile +++ b/board/avnet/v5fx30teval/Makefile @@ -6,6 +6,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -COBJS += $(BOARD).o +obj-y += v5fx30teval.o include $(SRCTREE)/board/xilinx/ppc440-generic/Makefile |