12 lines
218 B
Makefile
12 lines
218 B
Makefile
#
|
|
# (C) Copyright 2000, 2001, 2002
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += mvblx.o fpga.o
|
|
obj-$(CONFIG_ID_EEPROM) += sys_eeprom.o
|
|
|
|
ccflags-y += -Werror
|